#include <spdlog/tweakme.h>
#include <spdlog/fmt/fmt.h>
#include <string_view>
#include <chrono>
#include <cstddef>
#include <cstdlib>
#include <vector>
Go to the source code of this file.
|
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) |
|
◆ benchmark()
template<typename functor >
auto benchmark |
( |
functor |
test, |
|
|
size_t |
block_size |
|
) |
| |
◆ format_duration()
template<typename dur_t >
auto format_duration |
( |
std::string_view |
name, |
|
|
dur_t |
dur, |
|
|
size_t |
iterations, |
|
|
size_t |
block_size |
|
) |
| |