docs: process.memoryUsage returns memory usage measured in bytes

v0.7.4-release
Maciej Małecki 2011-08-20 00:26:21 +02:00 committed by Ben Noordhuis
parent b4712bf1ac
commit e150bc4f2b
1 changed files with 2 additions and 1 deletions

View File

@ -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');