Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169616
b: refs/heads/master
c: 606bc1e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Nov 10, 2009
1 parent 3ff9a25 commit 65ccd8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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: 158ba827f6deef4102c5247ed4b6a587f0bd6a07
refs/heads/master: 606bc1e18d346fc7d7fb333909cc95b06b1ca5b1
16 changes: 7 additions & 9 deletions trunk/tools/perf/bench/bench.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
#ifndef BENCH_H
#define BENCH_H

extern int bench_sched_messaging(int argc, const char **argv,
const char *prefix);
extern int bench_sched_pipe(int argc, const char **argv,
const char *prefix);
extern int bench_sched_messaging(int argc, const char **argv, const char *prefix);
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_DEFAULT_STR "default"
#define BENCH_FORMAT_DEFAULT 0
#define BENCH_FORMAT_SIMPLE_STR "simple"
#define BENCH_FORMAT_SIMPLE 1

#define BENCH_FORMAT_UNKNOWN -1
#define BENCH_FORMAT_UNKNOWN -1

extern int bench_format;

Expand Down

0 comments on commit 65ccd8c

Please sign in to comment.