Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147632
b: refs/heads/master
c: e98e96f
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 3, 2009
1 parent b4e77ef commit 558acf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 021e9f476511ebe23d7f45854a52dfe74c09b6ee
refs/heads/master: e98e96fe43ae92fad0930f05fb2b298e49b9f3b5
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ hist_entry__fprintf(FILE *fp, struct hist_entry *self, uint64_t total_samples)
size_t ret;

if (total_samples) {
ret = fprintf(fp, " %5.2f%%",
ret = fprintf(fp, " %6.2f%%",
(self->count * 100.0) / total_samples);
} else
ret = fprintf(fp, "%12d ", self->count);
Expand Down

0 comments on commit 558acf5

Please sign in to comment.