FreeRTOS port on GAP8/RISC-V
|
Public Member Functions | |
BenchmarkLooper (StringRef name) | |
operator bool () | |
void | increment () |
void | reportStart () |
auto | needsMoreIterations () -> bool |
Static Private Member Functions | |
static auto | getResolution () -> uint64_t |
Private Attributes | |
std::string | m_name |
std::size_t | m_count |
std::size_t | m_iterationsToRun |
uint64_t | m_resolution |
Timer | m_timer |
|
inline |
|
staticprivate |
|
inline |
auto Catch::BenchmarkLooper::needsMoreIterations | ( | ) | -> bool |
|
inlineexplicit |
void Catch::BenchmarkLooper::reportStart | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |