summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench.h b/bench.h
index e490daf8..496b07a1 100644
--- a/bench.h
+++ b/bench.h
@@ -5,6 +5,7 @@
extern const double CLOCK_TICKS_PER_SECOND;
-void BenchmarkAll(double t=1.0);
+void BenchmarkAll(double t);
+void BenchmarkAll2(double t);
#endif