#include <catch_amalgamated.hpp>
|
template<typename Fun> |
void | measure (Fun &&fun, std::false_type) |
|
template<typename Fun> |
void | measure (Fun &&fun, std::true_type) |
|
◆ Chronometer()
◆ measure() [1/3]
template<typename Fun>
void Catch::Benchmark::Chronometer::measure |
( |
Fun && | fun | ) |
|
|
inline |
◆ measure() [2/3]
template<typename Fun>
void Catch::Benchmark::Chronometer::measure |
( |
Fun && | fun, |
|
|
std::false_type | ) |
|
inlineprivate |
◆ measure() [3/3]
template<typename Fun>
void Catch::Benchmark::Chronometer::measure |
( |
Fun && | fun, |
|
|
std::true_type | ) |
|
inlineprivate |
◆ runs()
int Catch::Benchmark::Chronometer::runs |
( |
| ) |
const |
|
inline |
◆ impl
◆ repeats
int Catch::Benchmark::Chronometer::repeats |
|
private |
The documentation for this struct was generated from the following file: