MCPcopy Index your code
hub / github.com/nodejs/node / test-process-cpuUsage.js

File test-process-cpuUsage.js

test/parallel/test-process-cpuUsage.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3const assert = require('assert');
4const result = process.cpuUsage();

Callers

nothing calls this directly

Calls 5

validateResultFunction · 0.70
cpuUsageMethod · 0.65
forEachMethod · 0.65
requireFunction · 0.50
assertFunction · 0.50

Tested by

no test coverage detected