diff options
author | Erlang/OTP <[email protected]> | 2017-06-30 15:20:46 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-06-30 15:20:46 +0200 |
commit | 826cdb6f2d4c880fd903e9b83b355386be336ded (patch) | |
tree | 3c7476489401a51016aea502f486ee6bf33ed98e /erts/doc/src/erlang.xml | |
parent | 03db89c104f23f20a5b0733a219b55358b8ece70 (diff) | |
parent | 1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97 (diff) | |
download | otp-826cdb6f2d4c880fd903e9b83b355386be336ded.tar.gz otp-826cdb6f2d4c880fd903e9b83b355386be336ded.tar.bz2 otp-826cdb6f2d4c880fd903e9b83b355386be336ded.zip |
Merge branch 'rickard/statistics/OTP-14484' into maint-20
* rickard/statistics/OTP-14484:
Fix statistics(wall_clock) and statistics(runtime) implementation
Diffstat (limited to 'erts/doc/src/erlang.xml')
-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 687ff38cbf..105734d5b2 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -6483,6 +6483,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> |