Commit ddb21d27 authored by Chunguang Xu's avatar Chunguang Xu Committed by Jonathan Corbet

docs/scheduler: Change unit of cpu_time and rq_time to nanoseconds

In the current implementation, cpu_time and rq_time should be
in nanoseconds, so this document needs to be modified.
Signed-off-by: default avatarChunguang Xu <brookxu@tencent.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 6c300a71
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment