File 1091-Fix-documentation-of-statistics-run_queue.patch of Package erlang
From dd860fa7309b832b9ffd716f1f8ccedba3399be3 Mon Sep 17 00:00:00 2001
From: Rickard Green <rickard@erlang.org>
Date: Fri, 18 Sep 2020 15:40:53 +0200
Subject: [PATCH] Fix documentation of statistics(run_queue)
---
erts/doc/src/erlang.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 6932b18571..cbcf84f3d9 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -6455,10 +6455,9 @@ lists:map(
<name name="statistics" arity="1" clause_i="9"/>
<fsummary>Information about the run-queues.</fsummary>
<desc><marker id="statistics_run_queue"></marker>
- <p>Returns the total length of all normal run-queues. That is, the number
- of processes and ports that are ready to run on all available
- normal run-queues. Dirty run queues are not part of the
- result. The information is gathered atomically. That
+ <p>Returns the total length of all normal and dirty CPU
+ run queues. That is, queued work that is expected
+ to be CPU bound. The information is gathered atomically. That
is, the result is a consistent snapshot of the state, but
this operation is much more expensive compared to
<seealso marker="#statistics_total_run_queue_lengths">
--
2.26.2