MCPcopy 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

getUsagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected