diff options
author | Ingo Molnar <[email protected]> | 2011-04-28 02:57:53 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-04-27 17:48:55 +0200 |
commit | 9ceb1c3d1fe15c2f9b55eaa8978019ef0e0a06ac (patch) | |
tree | 89c24419ef9a18d7b523bbdc6c7f9dd57c3e221f /tools/perf/scripts/python/syscall-counts.py | |
parent | c6264deff7ea6125492b442edad885e5429679af (diff) |
perf stat: Fix printout vertical alignment
Before:
|
| Performance counter stats for '/home/mingo/hackbench 20' (5 runs):
|
| 71,321,607 instructions:u # 0.42 insns per cycle ( +- 0.00% )
| 168,040,009 cycles:u # 0.000 GHz ( +- 0.81% )
|
| 1.468002368 seconds time elapsed ( +- 1.33% )
|
After:
|
| Performance counter stats for '/home/mingo/hackbench 20' (5 runs):
|
| 71,321,607 instructions:u # 0.42 insns per cycle ( +- 0.00% )
| 168,040,009 cycles:u # 0.000 GHz ( +- 0.81% )
|
| 1.468002368 seconds time elapsed ( +- 1.33% )
|
The last column (stddev noise) is properly aligned, vertically.
Cc: Peter Zijlstra <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions