oven-sh/bun

node:process.threadCpuUsage is not yet implemented

Geschlossen

#23.890 geöffnet am 21.10.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (4.486 Forks)batch import
bugconfirmed buggood first issuenode:process

Repository-Metriken

Stars
 (90.348 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 17h) (357 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide