Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169612
b: refs/heads/master
c: 242aa14
h: refs/heads/master
v: v3
  • Loading branch information
Hitoshi Mitake authored and Ingo Molnar committed Nov 10, 2009
1 parent 2fce635 commit 174c9fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ff0cfc67f00fe0feaa1da0b2359232ea4aa0ee7
refs/heads/master: 242aa14a67f4e19453fc8a51cffc5ac5ee5bcbd1
9 changes: 9 additions & 0 deletions trunk/tools/perf/bench/bench.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ extern int bench_sched_messaging(int argc, const char **argv,
extern int bench_sched_pipe(int argc, const char **argv,
const char *prefix);

#define BENCH_FORMAT_DEFAULT_STR "default"
#define BENCH_FORMAT_DEFAULT 0
#define BENCH_FORMAT_SIMPLE_STR "simple"
#define BENCH_FORMAT_SIMPLE 1

#define BENCH_FORMAT_UNKNOWN -1

extern int bench_format;

#endif

0 comments on commit 174c9fa

Please sign in to comment.