From 97c79ff771d4993e322d0d6c44f265180797b2eb Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 29 May 2023 16:36:19 -0400 Subject: a whole lot more --- bench/main.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bench/main.hpp (limited to 'bench/main.hpp') diff --git a/bench/main.hpp b/bench/main.hpp new file mode 100644 index 0000000..ee0e1e3 --- /dev/null +++ b/bench/main.hpp @@ -0,0 +1,16 @@ +#ifndef LIB94_BENCH_MAIN_HPP +#define LIB94_BENCH_MAIN_HPP + +#include +#include +#include +#include + +extern std::vector warriors; +extern std::chrono::milliseconds time_between_steps; +extern std::mutex core_mutex; + +std::string ns_to_string(std::chrono::nanoseconds dur); +std::string hz_to_string(double rate); + +#endif -- cgit v1.2.3