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