summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-04-15 23:42:58 +0000
committerweidai <weidai11@users.noreply.github.com>2007-04-15 23:42:58 +0000
commitc2397a460098debadac81cbe48129ba1e013f3b8 (patch)
tree3908753a45519e1a9f12b01b54a3e355df497e0c /bench.h
parent001407893927cd10b2a66aa81678f6f0c8ae2255 (diff)
downloadcryptopp-git-c2397a460098debadac81cbe48129ba1e013f3b8.tar.gz
benchmark key and IV setup. remove low security benchmarks
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 496b07a1..8bb6ab96 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