Home
last modified time | relevance | path

Searched refs:Teardown (Results 1 - 7 of 7) sorted by relevance

/third_party/benchmark/test/
H A Dbenchmark_setup_teardown_test.cc11 // Test that Setup() and Teardown() are called exactly once
20 // Setup/Teardown should never be called with any thread_idx != 0. in DoSetup1()
40 ->Teardown(DoTeardown1);
42 // Test that Setup() and Teardown() are called once for each group of threads.
67 ->Teardown(DoTeardown2)
73 // Testing interaction with Fixture::Setup/Teardown
136 // Setup/Teardown is called once for each arg group (1,3,5,7). in main()
/third_party/node/test/fuzzers/
H A Dfuzz_env.cc64 void Teardown() { in Teardown() function in FuzzerFixtureHelper
104 ffh.Teardown(); in LLVMFuzzerTestOneInput()
/third_party/benchmark/src/
H A Dbenchmark_runner.cc382 b.Teardown(); in RunWarmUp()
425 b.Teardown(); in DoOneRepetition()
467 b.Teardown(); in DoOneRepetition()
H A Dbenchmark_api_internal.h43 void Teardown() const;
H A Dbenchmark_api_internal.cc110 void BenchmarkInstance::Teardown() const { in Teardown() function in benchmark::internal::BenchmarkInstance
H A Dbenchmark_register.cc340 Benchmark* Benchmark::Teardown(void (*teardown)(const benchmark::State&)) { in Teardown() function in benchmark::internal::Benchmark
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h150 // Teardown code here.
1166 Benchmark* Teardown(void (*teardown)(const benchmark::State&));

Completed in 7 milliseconds