summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-08-01 03:07:33 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-08-01 03:07:33 +0000
commit31db05a19268a9c9c2885e762d3ddb9da7ea0105 (patch)
tree4920151011818ab183ee768e0fe87a89f90caab4 /bench.h
parentb973517f3305d7e518fea35b5c3175e544ddbe77 (diff)
downloadcryptopp-31db05a19268a9c9c2885e762d3ddb9da7ea0105.tar.gz
add b2 command
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@124 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 e490daf..496b07a 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