oven-sh/bun

node:process.threadCpuUsage is not yet implemented

クローズ

#23,890 opened on 2025/10/21

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (4,486 件のフォーク)batch import
bugconfirmed buggood first issuenode:process

Repository metrics

Stars
 (90,348 個のスター)
PR merge metrics
 (平均マージ 1d 17h) (30d で 357 merged PRs)

説明

What version of Bun is running?

1.3.1-canary.103+7750afa29

What platform is your computer?

Darwin 24.5.0 arm64 arm

What steps can reproduce the bug?

❯ node -p 'process.threadCpuUsage'
[Function: threadCpuUsage]
❯ bun -p 'process.threadCpuUsage'
undefined

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

http://nodejs.org/api/process.html#processthreadcpuusagepreviousvalue

コントリビューターガイド