diff options
author | Rickard Green <[email protected]> | 2017-06-22 16:11:52 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-06-22 16:11:52 +0200 |
commit | 1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97 (patch) | |
tree | 82e4108ecb1c69cafeebb2b062643b6b1b128c38 /erts/doc | |
parent | da06fd040775fffee17409ebbd6fa797e34d6f99 (diff) | |
download | otp-1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97.tar.gz otp-1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97.tar.bz2 otp-1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97.zip |
Fix statistics(wall_clock) and statistics(runtime) implementation
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index c3b0bc0d74..24a091073d 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -6362,6 +6362,9 @@ lists:map( <p>This is the sum of the runtime for all threads in the Erlang runtime system and can therefore be greater than the wall clock time.</p> + <warning><p>This value might wrap due to limitations in the + underlying functionality provided by the operating system + that is used.</p></warning> <p>Example:</p> <pre> > <input>statistics(runtime).</input> |