MCPcopy Create free account
hub / github.com/apache/trafficserver / benchmarkPreparing

Method benchmarkPreparing

lib/catch2/catch.hpp:12881–12883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12879
12880#if defined(CATCH_CONFIG_ENABLE_BENCHMARKING)
12881 void RunContext::benchmarkPreparing(std::string const& name) {
12882 m_reporter->benchmarkPreparing(name);
12883 }
12884 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
12885 m_reporter->benchmarkStarting( info );
12886 }

Callers 1

runMethod · 0.45

Calls 4

ColumnBreakClass · 0.85
columnInfosMethod · 0.80
ColumnClass · 0.70
widthMethod · 0.45

Tested by

no test coverage detected