Home
last modified time | relevance | path

Searched defs:benchmarkEnded (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp51 void ListeningReporter::benchmarkEnded( BenchmarkStats const& benchmarkStats ) { in benchmarkEnded() function in Catch::ListeningReporter
Dcatch_reporter_console.cpp416 void ConsoleReporter::benchmarkEnded(BenchmarkStats const& stats) { in benchmarkEnded() function in Catch::ConsoleReporter
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h197 virtual void benchmarkEnded( BenchmarkStats const& ) {} in benchmarkEnded() function
Dcatch_run_context.cpp236 void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { in benchmarkEnded() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp5035 virtual void benchmarkEnded( BenchmarkStats const& ) {} in benchmarkEnded() function
10465 void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { in benchmarkEnded() function in Catch::RunContext
13721 void ConsoleReporter::benchmarkEnded(BenchmarkStats const& stats) { in benchmarkEnded() function in Catch::ConsoleReporter
14223 void ListeningReporter::benchmarkEnded( BenchmarkStats const& benchmarkStats ) { in benchmarkEnded() function in Catch::ListeningReporter