Lines Matching +full:duration +full:- +full:us
2 # SPDX-License-Identifier: GPL-2.0+
6 # printed. Intended to be invoked from kvm-recheck-rcuscale.sh after
9 # Usage: kvm-recheck-rcuscale-ftrace.sh resdir
18 if test "`grep -c 'rcu_exp_grace_period.*start' < $i/console.log`" -lt 100
23 sed -e 's/^\[[^]]*]//' < $i/console.log |
24 grep 'us : rcu_exp_grace_period' |
25 sed -e 's/us : / : /' |
26 tr -d '\015' |
39 curgpdur = $3 - starttime;
44 print "Long GP " starttime "us to " $3 "us (" curgpdur "us)";
74 last = gptimes[1] - 10;
100 print "Average grace-period duration: " sum / newNR " microseconds";
101 print "Minimum grace-period duration: " gptimes[1];
102 print "50th percentile grace-period duration: " gptimes[pct50];
103 print "90th percentile grace-period duration: " gptimes[pct90];
104 print "99th percentile grace-period duration: " gptimes[pct99];
105 print "Maximum grace-period duration: " gptimes[newNR];