Skip to content

Commit

Permalink
perf_counter tools: perf stat: make -l default-on
Browse files Browse the repository at this point in the history
Turn on scaling display by default - this is less confusing.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Apr 30, 2009
1 parent aac3f3c commit 66cf782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/perf_counter/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 66cf782

Please sign in to comment.