summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-08-01 03:07:33 +0000
committerweidai <weidai11@users.noreply.github.com>2003-08-01 03:07:33 +0000
commit005b94f755372e63187cfdb1c282f2f20079f7fb (patch)
tree4920151011818ab183ee768e0fe87a89f90caab4 /bench.h
parent30f44f9ef829e1e31e11a226288bea301c3a9d86 (diff)
downloadcryptopp-git-005b94f755372e63187cfdb1c282f2f20079f7fb.tar.gz
add b2 command
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