mirror of https://github.com/nodejs/node.git
docs: process.memoryUsage returns memory usage measured in bytes
parent
b4712bf1ac
commit
e150bc4f2b
|
@ -280,7 +280,8 @@ What platform you're running on. `'linux2'`, `'darwin'`, etc.
|
|||
|
||||
### process.memoryUsage()
|
||||
|
||||
Returns an object describing the memory usage of the Node process.
|
||||
Returns an object describing the memory usage of the Node process
|
||||
measured in bytes.
|
||||
|
||||
var util = require('util');
|
||||
|
||||
|
|
Loading…
Reference in New Issue