0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests
Add process.cpuUsage() method that returns the user and system
CPU time usage of the current process

PR-URL: https://github.com/nodejs/node/pull/6157
Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2016-04-29 16:07:06 -07:00
..
process process: fix incorrect usage of assert.fail() 2016-04-18 09:55:41 -07:00
streams
bootstrap_node.js process: add process.cpuUsage() - implementation, doc, tests 2016-04-29 16:07:06 -07:00
child_process.js
cluster.js
freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
linkedlist.js
module.js repl: keep the built-in modules non-enumerable 2016-04-18 15:31:51 -07:00
net.js net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
process.js process: add process.cpuUsage() - implementation, doc, tests 2016-04-29 16:07:06 -07:00
readline.js readline: emit key info unconditionally 2016-04-05 10:48:59 -04:00
readme.md
repl.js
socket_list.js child_process: refactor self=this in socket_list 2016-03-27 12:51:33 +03:00
util.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
v8_prof_polyfill.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
v8_prof_processor.js tools: enable linting for v8_prof_processor.js 2016-04-20 08:33:59 -07:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.