diff options
author | Davidlohr Bueso <[email protected]> | 2013-12-14 20:31:57 -0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2014-03-14 11:20:44 -0300 |
commit | 0fb298cf95c0d8119557b7d4657724a146e0622e (patch) | |
tree | 373a4bd7d4117fd6e49d0750fb709368631594e5 /tools/perf/scripts/python | |
parent | 27db78307481dbba68c5f3563c6cb694b25521d9 (diff) |
perf bench: Add futex-requeue microbenchmark
Block a bunch of threads on a futex and requeue them on another, N at a
time.
This program is particularly useful to measure the latency of nthread
requeues without waking up any tasks -- thus mimicking a regular
futex_wait.
An example run:
$ perf bench futex requeue -r 100 -t 64
Run summary [PID 151011]: Requeuing 64 threads (from 0x7d15c4 to 0x7d15c8), 1 at a time.
[Run 1]: Requeued 64 of 64 threads in 0.0400 ms
[Run 2]: Requeued 64 of 64 threads in 0.0390 ms
[Run 3]: Requeued 64 of 64 threads in 0.0400 ms
...
[Run 100]: Requeued 64 of 64 threads in 0.0390 ms
Requeued 64 of 64 threads in 0.0399 ms (+-0.37%)
Signed-off-by: Davidlohr Bueso <[email protected]>
Acked-by: Darren Hart <[email protected]>
Cc: Aswin Chandramouleeswaran <[email protected]>
Cc: Darren Hart <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jason Low <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Scott J Norton <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Waiman Long <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions