aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-01 12:06:22 +0000
committerlloyd <[email protected]>2009-12-01 12:06:22 +0000
commit4aec044fc21526e1c9185b384f7e984b7f8622c7 (patch)
treef284b904c7f781d160caa4b22eb488f90621697b /src/benchmark/benchmark.h
parent51cb1979c0533c52f4548d37fb00fbdc6775bba6 (diff)
parent874dbb8323dd4d7eff3ff16cff0cfafc16ddbfa7 (diff)
propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2cc0e877ca7816a)
to branch 'net.randombit.botan.c++0x' (head 66ca78008f08bb5efc2eca52a3d4501f02ffd736)
Diffstat (limited to 'src/benchmark/benchmark.h')
-rw-r--r--src/benchmark/benchmark.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h
index cc13ae58d..baabc14ca 100644
--- a/src/benchmark/benchmark.h
+++ b/src/benchmark/benchmark.h
@@ -12,14 +12,12 @@
#include <botan/rng.h>
#include <map>
#include <string>
-
namespace Botan {
/**
* Algorithm benchmark
* @param name the name of the algorithm to test (cipher, hash, or MAC)
* @param milliseconds total time for the benchmark to run
-* @param timer the timer to use
* @param rng the rng to use to generate random inputs
* @param af the algorithm factory used to create objects
* @return results a map from provider to speed in mebibytes per second