Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ threadCpuUsage
Method
threadCpuUsage
typings/internalBinding/process.d.ts:9–9 ·
view source on GitHub ↗
(previousValue?: CpuUsageValue)
Source
from the content-addressed store, hash-verified
7
interface
Process {
8
cpuUsage(previousValue?: CpuUsageValue): CpuUsageValue;
9
threadCpuUsage(previousValue?: CpuUsageValue): CpuUsageValue;
10
}
11
}
12
Callers
2
getUsages
Function · 0.80
test-process-threadCpuUsage-main-thread.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected