#include <spdlog/tweakme.h>#include <gnuradio/random.h>#include <spdlog/fmt/fmt.h>#include <string_view>#include <chrono>#include <cstddef>#include <cstdlib>#include <limits>#include <numeric>#include <vector>Go to the source code of this file.
Functions | |
| template<typename functor> | |
| auto | benchmark (functor test, size_t block_size) |
| template<typename dur_t> | |
| auto | format_duration (std::string_view name, dur_t dur, size_t iterations, size_t block_size) |
|
nodiscard |
References benchmark().
Referenced by benchmark().
| auto format_duration | ( | std::string_view | name, |
| dur_t | dur, | ||
| size_t | iterations, | ||
| size_t | block_size ) |
References format_duration().
Referenced by format_duration().