Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
Dsafe_block_queue_tracking_benchmark_test.cpp30 class BenchmarkSafeBlockQueueTracking : public benchmark::Fixture { class
32 BenchmarkSafeBlockQueueTracking() in BenchmarkSafeBlockQueueTracking() function in OHOS::__anon652e7f9c0111::BenchmarkSafeBlockQueueTracking
179 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testPut001)(benchmark::State& state) in BENCHMARK_F() argument
198 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testGet001)(benchmark::State& state) in BENCHMARK_F() argument
223 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testMutilthreadPutAndBlock001)(benchmark::State& state) in BENCHMARK_F() argument
275 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, PutAndBlockInblankqueue001)(benchmark::State& state) in BENCHMARK_F() argument
329 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, testPutAndBlockInFullQueue001)(benchmark::State& state) in BENCHMARK_F() argument
382 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, GetAndBlockInblankqueue001)(benchmark::State& state) in BENCHMARK_F() argument
432 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, GetAndBlockInfullqueue001)(benchmark::State& state) in BENCHMARK_F() argument
488 BENCHMARK_F(BenchmarkSafeBlockQueueTracking, GetAndBlockInnotfullqueue001)(benchmark::State& state) in BENCHMARK_F() argument
[all …]