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