aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorMagnus Henoch <[email protected]>2014-06-20 10:55:29 +0100
committerBruce Yinhe <[email protected]>2014-07-02 16:32:24 +0200
commit61fefeb9d96b4899efbc945138b23b73cb9b6ac9 (patch)
treeab4471700af25539d464400ba0399212cf5f6f64 /erts
parent98c5cdbe60b6d743ad461b651a586c6f3a502ba9 (diff)
downloadotp-61fefeb9d96b4899efbc945138b23b73cb9b6ac9.tar.gz
otp-61fefeb9d96b4899efbc945138b23b73cb9b6ac9.tar.bz2
otp-61fefeb9d96b4899efbc945138b23b73cb9b6ac9.zip
erlang:statistics(runtime) returns milliseconds
Specify in the documentation that erlang:statistics(runtime) returns milliseconds.
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erlang.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 9ad42374bf..84168397f6 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -4968,7 +4968,7 @@ true</pre>
<desc>
<p>Note that the run-time is the sum of the run-time for all
threads in the Erlang run-time system and may therefore be greater
- than the wall-clock time.</p>
+ than the wall-clock time. The time is returned in milliseconds.</p>
<pre>
> <input>statistics(runtime).</input>
{1690,1620}