docs: process.memoryUsage returns memory usage measured in bytes

This commit is contained in:
Maciej Małecki
2011-08-20 00:26:21 +02:00
committed by Ben Noordhuis
parent b4712bf1ac
commit e150bc4f2b

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