perf_counter tools: perf stat: make -l default-on
authorIngo Molnar <mingo@elte.hu>
Thu, 30 Apr 2009 11:53:33 +0000 (13:53 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Apr 2009 11:53:33 +0000 (13:53 +0200)
Turn on scaling display by default - this is less confusing.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-stat.c

index 112b94ed32986e3fe01005b1a17bcbe66e652d52..1fde12762ca4d00e704b51afcaaf8cf2d9106de1 100644 (file)
@@ -171,7 +171,7 @@ static unsigned int         page_size;
 
 static int                     zero;
 
-static int                     scale;
+static int                     scale                           =  1;
 
 static const unsigned int default_count[] = {
        1000000,
This page took 0.036272 seconds and 5 git commands to generate.