MCPcopy Index your code
hub / github.com/nodejs/node / cpuUsage

Method cpuUsage

typings/internalBinding/process.d.ts:8–8  ·  view source on GitHub ↗
(previousValue?: CpuUsageValue)

Source from the content-addressed store, hash-verified

6declare namespace InternalProcessBinding {
7 interface Process {
8 cpuUsage(previousValue?: CpuUsageValue): CpuUsageValue;
9 threadCpuUsage(previousValue?: CpuUsageValue): CpuUsageValue;
10 }
11}

Callers 7

cpuUsageMethod · 0.65
checkFunction · 0.65
getUsagesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected