Home
last modified time | relevance | path

Searched refs:m_iterationsToRun (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_benchmark.h23 std::size_t m_iterationsToRun = 1; variable
39 if( m_count < m_iterationsToRun )
Dcatch_benchmark.cpp28 m_iterationsToRun *= 10; in needsMoreIterations()
/external/catch2/single_include/catch2/
Dcatch.hpp2576 std::size_t m_iterationsToRun = 1; member in Catch::BenchmarkLooper
2592 if( m_count < m_iterationsToRun ) in operator bool()
6465 m_iterationsToRun *= 10; in needsMoreIterations()