diff options
author | lloyd <[email protected]> | 2009-12-01 12:06:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-01 12:06:22 +0000 |
commit | 4aec044fc21526e1c9185b384f7e984b7f8622c7 (patch) | |
tree | f284b904c7f781d160caa4b22eb488f90621697b /src/benchmark/benchmark.h | |
parent | 51cb1979c0533c52f4548d37fb00fbdc6775bba6 (diff) | |
parent | 874dbb8323dd4d7eff3ff16cff0cfafc16ddbfa7 (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.h | 2 |
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 |