Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/singleton_benchmark_test/
H A Dsingleton_benchmark_test.cpp31 class BenchmarkSingletonTest : public benchmark::Fixture { class
41 BenchmarkSingletonTest() in BenchmarkSingletonTest() function in OHOS::__anon23::BenchmarkSingletonTest
48 ~BenchmarkSingletonTest() override = default;
122 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedSingletonDeclearTest)(benchmark::State& state) in BENCHMARK_F()
140 BENCHMARK_F(BenchmarkSingletonTest, test_SingletonDeclearTest)(benchmark::State& state) in BENCHMARK_F()
152 BENCHMARK_F(BenchmarkSingletonTest, test_SingletonTest)(benchmark::State& state) in BENCHMARK_F()
164 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedSingletonTest)(benchmark::State& state) in BENCHMARK_F()
182 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedRefSingletonTest)(benchmark::State& state) in BENCHMARK_F()
194 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedRefSingletonDeclearTest)(benchmark::State& state) in BENCHMARK_F()
211 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedSingletonDestroyTes
[all...]

Completed in 1 milliseconds