Home
last modified time | relevance | path

Searched refs:benchmarkStarting (Results 1 – 10 of 10) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp45 void ListeningReporter::benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) { in benchmarkStarting() function in Catch::ListeningReporter
47 listener->benchmarkStarting( benchmarkInfo ); in benchmarkStarting()
49 m_reporter->benchmarkStarting( benchmarkInfo ); in benchmarkStarting()
Dcatch_reporter_listening.h34 void benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) override;
Dcatch_reporter_console.h43 void benchmarkStarting(BenchmarkInfo const& info) override;
Dcatch_reporter_console.cpp401 void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) { in benchmarkStarting() function in Catch::ConsoleReporter
/external/catch2/include/internal/
Dcatch_benchmark.cpp21 getResultCapture().benchmarkStarting( { m_name } ); in reportStart()
Dcatch_interfaces_capture.h44 virtual void benchmarkStarting( BenchmarkInfo const& info ) = 0;
Dcatch_run_context.h85 void benchmarkStarting( BenchmarkInfo const& info ) override;
Dcatch_run_context.cpp233 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { in benchmarkStarting() function in Catch::RunContext
234 m_reporter->benchmarkStarting( info ); in benchmarkStarting()
Dcatch_interfaces_reporter.h189 virtual void benchmarkStarting( BenchmarkInfo const& ) {} in benchmarkStarting() function
/external/catch2/single_include/catch2/
Dcatch.hpp2098 virtual void benchmarkStarting( BenchmarkInfo const& info ) = 0;
5027 virtual void benchmarkStarting( BenchmarkInfo const& ) {} in benchmarkStarting() function
5518 void benchmarkStarting(BenchmarkInfo const& info) override;
6186 void benchmarkStarting( BenchmarkInfo const& info ) override;
6458 getResultCapture().benchmarkStarting( { m_name } ); in reportStart()
8889 void benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) override;
10462 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { in benchmarkStarting() function in Catch::RunContext
10463 m_reporter->benchmarkStarting( info ); in benchmarkStarting()
13706 void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) { in benchmarkStarting() function in Catch::ConsoleReporter
14217 void ListeningReporter::benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) { in benchmarkStarting() function in Catch::ListeningReporter
[all …]