#include <catch.hpp>
Definition at line 2109 of file catch.hpp.
Catch::BenchmarkLooper::BenchmarkLooper |
( |
StringRef |
name | ) |
|
|
inline |
static auto Catch::BenchmarkLooper::getResolution |
( |
| ) |
-> uint64_t |
|
staticprivate |
void Catch::BenchmarkLooper::increment |
( |
| ) |
|
|
inline |
auto Catch::BenchmarkLooper::needsMoreIterations |
( |
| ) |
-> bool |
Catch::BenchmarkLooper::operator bool |
( |
| ) |
|
|
inlineexplicit |
void Catch::BenchmarkLooper::reportStart |
( |
| ) |
|
std::size_t Catch::BenchmarkLooper::m_count = 0 |
|
private |
std::size_t Catch::BenchmarkLooper::m_iterationsToRun = 1 |
|
private |
std::string Catch::BenchmarkLooper::m_name |
|
private |
uint64_t Catch::BenchmarkLooper::m_resolution |
|
private |
Timer Catch::BenchmarkLooper::m_timer |
|
private |
The documentation for this class was generated from the following file: