HomeSort by relevance Sort by last modified time
    Searched refs:benchmarkStarting (Results 1 - 10 of 10) sorted by null

  /external/catch2/include/internal/
catch_benchmark.cpp 21 getResultCapture().benchmarkStarting( { m_name } );
catch_interfaces_capture.h 44 virtual void benchmarkStarting( BenchmarkInfo const& info ) = 0;
catch_run_context.h 85 void benchmarkStarting( BenchmarkInfo const& info ) override;
catch_interfaces_reporter.h 189 virtual void benchmarkStarting( BenchmarkInfo const& ) {}
catch_run_context.cpp 233 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
234 m_reporter->benchmarkStarting( info );
  /external/catch2/include/reporters/
catch_reporter_listening.cpp 45 void ListeningReporter::benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) {
47 listener->benchmarkStarting( benchmarkInfo );
49 m_reporter->benchmarkStarting( benchmarkInfo );
catch_reporter_console.h 43 void benchmarkStarting(BenchmarkInfo const& info) override;
catch_reporter_listening.h 34 void benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) override;
catch_reporter_console.cpp 401 void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) {
  /external/catch2/single_include/catch2/
catch.hpp     [all...]

Completed in 1526 milliseconds