diff options
Diffstat (limited to 'checks/bench.h')
-rw-r--r-- | checks/bench.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/checks/bench.h b/checks/bench.h new file mode 100644 index 000000000..40d3cab8a --- /dev/null +++ b/checks/bench.h @@ -0,0 +1,9 @@ + +#ifndef BOTAN_BENCHMARCH_H__ +#define BOTAN_BENCHMARCH_H__ + +void benchmark(const std::string&, bool html, double seconds); +void bench_pk(const std::string&, bool html, double seconds); +u32bit bench_algo(const std::string&, double); + +#endif |