aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-05-26 14:26:25 -0700
committerPaul E. McKenney <paulmck@kernel.org>2020-06-29 12:00:45 -0700
commit6efb06340846c788336f402e3a472a24fabb431e (patch)
treedf48a0272fc1066f1f376ec33df2a553e8e58e53 /kernel/rcu
parentrefperf: Add warmup and cooldown processing phases (diff)
downloadlinux-dev-6efb06340846c788336f402e3a472a24fabb431e.tar.xz
linux-dev-6efb06340846c788336f402e3a472a24fabb431e.zip
refperf: Label experiment-number column "Runs"
The experiment-number column is currently labeled "Threads", which is misleading at best. This commit therefore relabels it as "Runs", and adjusts the scripts accordingly. Cc: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu')
-rw-r--r--kernel/rcu/refperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/refperf.c b/kernel/rcu/refperf.c
index 445190b97b05..2d2d227d761a 100644
--- a/kernel/rcu/refperf.c
+++ b/kernel/rcu/refperf.c
@@ -415,7 +415,7 @@ static int main_func(void *arg)
buf[0] = 0;
strcat(buf, "\n");
- strcat(buf, "Threads\tTime(ns)\n");
+ strcat(buf, "Runs\tTime(ns)\n");
for (exp = 0; exp < nruns; exp++) {
if (errexit)