Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169621
b: refs/heads/master
c: c5659b7
h: refs/heads/master
i:
  169619: 20bda95
v: v3
  • Loading branch information
Hitoshi Mitake authored and Ingo Molnar committed Nov 10, 2009
1 parent 48587c0 commit bb8028a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ff676b193a401b23c84a79a7ec06559f3eaae917
refs/heads/master: c5659b74f052150791750234f92dcfb29d27efa5
6 changes: 3 additions & 3 deletions trunk/tools/perf/bench/sched-messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ int bench_sched_messaging(int argc, const char **argv,

switch (bench_format) {
case BENCH_FORMAT_DEFAULT:
printf("(%d sender and receiver %s per group)\n",
printf("# %d sender and receiver %s per group\n",
num_fds, thread_mode ? "threads" : "processes");
printf("(%d groups == %d %s run)\n\n",
printf("# %d groups == %d %s run\n\n",
num_groups, num_groups * 2 * num_fds,
thread_mode ? "threads" : "processes");
printf("\tTotal time:%lu.%03lu sec\n",
printf(" %14s: %lu.%03lu [sec]\n", "Total time",
diff.tv_sec, diff.tv_usec/1000);
break;
case BENCH_FORMAT_SIMPLE:
Expand Down

0 comments on commit bb8028a

Please sign in to comment.