diff options
author | Erlang/OTP <[email protected]> | 2017-06-26 16:03:12 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-06-26 16:03:12 +0200 |
commit | d2242192014ea33b0869ff22bbd2ab83d7e05dfa (patch) | |
tree | 70f6599ff3ec8b596e209677473452d142bab90c /erts/doc | |
parent | 7c4ade37bf187db508d50bab92ac559f33a05934 (diff) | |
parent | 1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97 (diff) | |
download | otp-d2242192014ea33b0869ff22bbd2ab83d7e05dfa.tar.gz otp-d2242192014ea33b0869ff22bbd2ab83d7e05dfa.tar.bz2 otp-d2242192014ea33b0869ff22bbd2ab83d7e05dfa.zip |
Merge branch 'rickard/statistics/OTP-14484' into maint-19
* rickard/statistics/OTP-14484:
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> |