diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-30 13:53:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-30 13:53:33 +0200 |
commit | 66cf782996f3d57d3cc199f0a2d47a54e2aa5991 (patch) | |
tree | fdcb2899f1ac32b04a1308ca29917043e326b676 | |
parent | aac3f3c2c41ce49a6dbb98d9145265c00a964dc2 (diff) |
perf_counter tools: perf stat: make -l default-on
Turn on scaling display by default - this is less confusing.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | Documentation/perf_counter/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index 112b94ed329..1fde12762ca 100644 --- a/Documentation/perf_counter/builtin-stat.c +++ b/Documentation/perf_counter/builtin-stat.c @@ -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, |