Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269014
b: refs/heads/master
c: eb48900
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Sep 29, 2011
1 parent 4c4970b commit 73526c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a6f205d623afaf05aee387aa6bc57fa43421061
refs/heads/master: eb489008312c848dce8ff76282b8e65c530c2e26
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/ui/browsers/top.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ static void perf_top_browser__write(struct ui_browser *browser, void *entry, int

if (top->evlist->nr_entries == 1 || !top->display_weighted) {
slsmg_printf("%20.2f ", syme->weight);
width -= 24;
width -= 21;
} else {
slsmg_printf("%9.1f %10ld ", syme->weight, syme->snap_count);
width -= 23;
width -= 20;
}

slsmg_printf("%4.1f%%", pcnt);
Expand Down

0 comments on commit 73526c1

Please sign in to comment.