docs: process.memoryUsage returns memory usage measured in bytes
authorMaciej Małecki <maciej.malecki@notimplemented.org>
Fri, 19 Aug 2011 22:26:21 +0000 (00:26 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 19 Aug 2011 22:59:31 +0000 (00:59 +0200)
doc/api/process.markdown

index 04d2a16..1c05d5b 100644 (file)
@@ -287,7 +287,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');