]> git.baikalelectronics.ru Git - kernel.git/commit
perf stat: Print out instructins/cycle metric
authorIngo Molnar <mingo@elte.hu>
Sun, 7 Jun 2009 16:14:46 +0000 (18:14 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 7 Jun 2009 16:14:46 +0000 (18:14 +0200)
commit4d6c306bcaad2bc5524a91ba483c49ab79162c95
tree5bbb4365fbc4a5c1063444740284ff9e540ada8a
parentfea98c0e96b2f2c194724c838c95eece2cd0defd
perf stat: Print out instructins/cycle metric

Before:

     7549326754  cycles               #    3201.811 M/sec
    10007594937  instructions         #    4244.408 M/sec

After:

     7542051194  cycles               #    3201.996 M/sec
    10007743852  instructions         #    4248.811 M/sec # 1.327 per cycle

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-stat.c