All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/scheduler: Change unit of cpu_time and rq_time to nanoseconds
@ 2022-04-08  9:31 brookxu.cn
  2022-04-08 12:45 ` Matthew Wilcox
  0 siblings, 1 reply; 4+ messages in thread
From: brookxu.cn @ 2022-04-08  9:31 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc

From: Chunguang Xu <brookxu@tencent.com>

In the current implementation, cpu_time and rq_time should be
in nanoseconds, so this document needs to be modified.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
---
 Documentation/scheduler/sched-stats.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/scheduler/sched-stats.rst b/Documentation/scheduler/sched-stats.rst
index dd9b99a..9078a27 100644
--- a/Documentation/scheduler/sched-stats.rst
+++ b/Documentation/scheduler/sched-stats.rst
@@ -56,9 +56,9 @@ Next two are try_to_wake_up() statistics:
 
 Next three are statistics describing scheduling latency:
 
-     7) sum of all time spent running by tasks on this processor (in jiffies)
+     7) sum of all time spent running by tasks on this processor (in nanoseconds)
      8) sum of all time spent waiting to run by tasks on this processor (in
-        jiffies)
+        nanoseconds)
      9) # of timeslices run on this cpu
 
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-16  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-08  9:31 [PATCH] docs/scheduler: Change unit of cpu_time and rq_time to nanoseconds brookxu.cn
2022-04-08 12:45 ` Matthew Wilcox
2022-04-08 13:43   ` Peter Zijlstra
2022-04-16  8:36     ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.