commit | 2e57bf97a6856f2dc10fb4377c452cb08f844047 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Fri Oct 05 16:43:09 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Sat Dec 01 12:45:41 2018 -0800 |
tree | 3617b1482c7d9400708645b2729e87c65f995fa5 | |
parent | 2667ccce9328e4e25ed77a83291c066d5e11e65a [diff] |
rcutorture: Use 100ms buckets for forward-progress callback histograms This commit narrows the scope of each bucket of the forward-progress callback-invocation histograms from one second to 100 milliseconds, which aids debugging of forward-progress problems by making shorter-duration callback-invocation stalls visible. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>