oven-sh/bun

node:process.threadCpuUsage is not yet implemented

已关闭

#23,890 创建于 2025年10月21日

 (2 条评论) (0 个反应) (0 位负责人)Rust (4,486 个派生)batch import
bugconfirmed buggood first issuenode:process

仓库指标

星标
 (90,348 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南