doc: os.cpus() returns times in milliseconds
authorTim Bradshaw <tfb@cley.com>
Mon, 31 Dec 2012 18:44:51 +0000 (18:44 +0000)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 8 Jan 2013 04:38:36 +0000 (05:38 +0100)
doc/api/os.markdown

index fac97d3..3ef0d92 100644 (file)
@@ -52,7 +52,9 @@ Returns the amount of free system memory in bytes.
 
 ## os.cpus()
 
-Returns an array of objects containing information about each CPU/core installed: model, speed (in MHz), and times (an object containing the number of CPU ticks spent in: user, nice, sys, idle, and irq).
+Returns an array of objects containing information about each CPU/core
+installed: model, speed (in MHz), and times (an object containing the number of
+milliseconds the CPU/core spent in: user, nice, sys, idle, and irq).
 
 Example inspection of os.cpus: