MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / processorCount

Function processorCount

lib/models/hardware-info.js:333–335  ·  view source on GitHub ↗

* Determines the number of logical processors available to the host, as from * `os.cpus`. * * @private * @method processorCount * @return {Number} The number of logical processors.

()

Source from the content-addressed store, hash-verified

331 * @return {Number} The number of logical processors.
332 */
333 processorCount() {
334 return os.cpus().length;
335 },
336
337 /**
338 * Determines the average processor load across the system. This is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…