From 61fefeb9d96b4899efbc945138b23b73cb9b6ac9 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Fri, 20 Jun 2014 10:55:29 +0100 Subject: erlang:statistics(runtime) returns milliseconds Specify in the documentation that erlang:statistics(runtime) returns milliseconds. --- erts/doc/src/erlang.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

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.

+ than the wall-clock time. The time is returned in milliseconds.

 > statistics(runtime).
 {1690,1620}
-- 
cgit v1.2.3