summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-07-29 01:16:22 +0000
committerweidai <weidai11@users.noreply.github.com>2003-07-29 01:16:22 +0000
commit259ee22eba4e4e6471caa088479a93fbee894e11 (patch)
tree2132a43d5d97127f657e1ff28d252b8ecfa58299 /bench.h
parentc7f1132dd8050411840e795a406267c47d7164a7 (diff)
downloadcryptopp-git-259ee22eba4e4e6471caa088479a93fbee894e11.tar.gz
split bench.cpp in 2 for alpha (.got subsegment exceeds 64K)
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bench.h b/bench.h
index 1e1f67e7..e490daf8 100644
--- a/bench.h
+++ b/bench.h
@@ -3,6 +3,8 @@
#include "cryptlib.h"
-void BenchMarkAll(double t=1.0);
+extern const double CLOCK_TICKS_PER_SECOND;
+
+void BenchmarkAll(double t=1.0);
#endif