aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-06-30 15:20:46 +0200
committerErlang/OTP <[email protected]>2017-06-30 15:20:46 +0200
commit826cdb6f2d4c880fd903e9b83b355386be336ded (patch)
tree3c7476489401a51016aea502f486ee6bf33ed98e /erts/doc/src/erlang.xml
parent03db89c104f23f20a5b0733a219b55358b8ece70 (diff)
parent1f1c7a90ff5bacf19f0437e6f54cfe97e2d25e97 (diff)
downloadotp-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.xml3
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>