Lines Matching refs:benchmark
29 #include <benchmark/benchmark.h>
137 static void BM_property_get(benchmark::State& state) {
148 BENCHMARK(BM_property_get)->TEST_NUM_PROPS;
150 static void BM_property_find(benchmark::State& state) {
160 BENCHMARK(BM_property_find)->TEST_NUM_PROPS;
162 static void BM_property_read(benchmark::State& state) {
183 BENCHMARK(BM_property_read)->TEST_NUM_PROPS;
185 static void BM_property_serial(benchmark::State& state) {
204 BENCHMARK(BM_property_serial)->TEST_NUM_PROPS;