• Ingo Molnar's avatar
    perf stat: Print out instructins/cycle metric · e779898a
    Ingo Molnar authored
    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: default avatarIngo Molnar <mingo@elte.hu>
    e779898a
builtin-stat.c 8.51 KB