Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp30 class BenchmarkSafeBlockQueueTracking : public benchmark::Fixture { class
40 BenchmarkSafeBlockQueueTracking() in BenchmarkSafeBlockQueueTracking() function in OHOS::__anonefe9c4f30110::BenchmarkSafeBlockQueueTracking
47 ~BenchmarkSafeBlockQueueTracking() override = default;
188 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testPut001)(benchmark::State& state) in BENCHMARK_F() argument
207 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testGet001)(benchmark::State& state) in BENCHMARK_F() argument
232 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testMutilthreadPutAndBlock001)(benchmark::State& state) in BENCHMARK_F() argument
284 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, PutAndBlockInblankqueue001)(benchmark::State& state) in BENCHMARK_F() argument
336 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testPutAndBlockInFullQueue001)(benchmark::State& state) in BENCHMARK_F() argument
387 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, GetAndBlockInblankqueue001)(benchmark::State& state) in BENCHMARK_F() argument
451 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, GetAndBlockInfullqueue001)(benchmark::State& state) in BENCHMARK_F() argument
[all …]