From a01d216aab60849e4581efd41820f18562085687 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 29 Jul 2003 01:16:22 +0000 Subject: 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 --- bench.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bench.h') 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 -- cgit v1.2.1