Home
last modified time | relevance | path

Searched refs:cpuUsage (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-process-cpuUsage.js4 const result = process.cpuUsage();
10 validateResult(process.cpuUsage(result));
14 let lastUsage = process.cpuUsage();
16 thisUsage = process.cpuUsage();
27 startUsage = process.cpuUsage();
28 diffUsage = process.cpuUsage(startUsage);
37 () => process.cpuUsage(1),
53 () => process.cpuUsage(value),
68 () => process.cpuUsage(value),
84 () => process.cpuUsage(valu
[all...]
/third_party/node/lib/internal/process/
H A Dper_thread.js107 cpuUsage: _cpuUsage,
122 function cpuUsage(prevValue) { function
263 cpuUsage,
/third_party/node/lib/internal/bootstrap/
H A Dnode.js199 process.cpuUsage = wrapped.cpuUsage;

Completed in 2 milliseconds