summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-29 01:16:22 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-29 01:16:22 +0000
commita01d216aab60849e4581efd41820f18562085687 (patch)
tree2132a43d5d97127f657e1ff28d252b8ecfa58299 /bench.h
parentdc6a6775f1cfffaad410d8d8e809203685087365 (diff)
downloadcryptopp-a01d216aab60849e4581efd41820f18562085687.tar.gz
split bench.cpp in 2 for alpha (.got subsegment exceeds 64K)
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@117 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 1e1f67e..e490daf 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