summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-15 23:42:58 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-15 23:42:58 +0000
commit5974a0b0e7698d56a0c28f1a34043eedf9be7edb (patch)
tree3908753a45519e1a9f12b01b54a3e355df497e0c /bench.h
parent868dbb4ea7f92845edde81993aa9309db7f27195 (diff)
downloadcryptopp-5974a0b0e7698d56a0c28f1a34043eedf9be7edb.tar.gz
benchmark key and IV setup. remove low security benchmarks
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@289 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench.h b/bench.h
index 496b07a..8bb6ab9 100644
--- a/bench.h
+++ b/bench.h
@@ -5,7 +5,7 @@
extern const double CLOCK_TICKS_PER_SECOND;
-void BenchmarkAll(double t);
-void BenchmarkAll2(double t);
+void BenchmarkAll(double t, double hertz);
+void BenchmarkAll2(double t, double hertz);
#endif