MCPcopy Create free account
hub / github.com/catchorg/Catch2 / benchmarkStarting

Method benchmarkStarting

extras/catch_amalgamated.cpp:6440–6443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6438 m_reporter->benchmarkPreparing( name );
6439 }
6440 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
6441 auto _ = scopedDeactivate( *m_outputRedirect );
6442 m_reporter->benchmarkStarting( info );
6443 }
6444 void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) {
6445 auto _ = scopedDeactivate( *m_outputRedirect );
6446 m_reporter->benchmarkEnded( stats );

Callers

nothing calls this directly

Calls 4

scopedDeactivateFunction · 0.70
ColumnBreakClass · 0.70
DurationClass · 0.70
benchmarkNoAnalysisMethod · 0.45

Tested by

no test coverage detected