Catch::BenchmarkLooper Class Reference

#include <catch.hpp>

Public Member Functions

 BenchmarkLooper (StringRef name)
 
 operator bool ()
 
void increment ()
 
void reportStart ()
 
auto needsMoreIterations () -> bool
 

Constructor & Destructor Documentation

◆ BenchmarkLooper()

Catch::BenchmarkLooper::BenchmarkLooper ( StringRef  name)
inline

References Catch::Timer::start().

Member Function Documentation

◆ increment()

void Catch::BenchmarkLooper::increment ( )
inline

◆ needsMoreIterations()

auto Catch::BenchmarkLooper::needsMoreIterations ( ) -> bool

◆ operator bool()

Catch::BenchmarkLooper::operator bool ( )
inlineexplicit

◆ reportStart()

void Catch::BenchmarkLooper::reportStart ( )

The documentation for this class was generated from the following file: