mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
docs: process.memoryUsage returns memory usage measured in bytes
This commit is contained in:
committed by
Ben Noordhuis
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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user