Home | History | Annotate | Download | only in tests

Lines Matching refs:benchmark

17 #include "benchmark/benchmark.h"
30 static void BM_ThemeApplyStyleFramework(benchmark::State& state) {
45 BENCHMARK(BM_ThemeApplyStyleFramework);
47 static void BM_ThemeApplyStyleFrameworkOld(benchmark::State& state) {
62 BENCHMARK(BM_ThemeApplyStyleFrameworkOld);
64 static void BM_ThemeGetAttribute(benchmark::State& state) {
80 BENCHMARK(BM_ThemeGetAttribute);
82 static void BM_ThemeGetAttributeOld(benchmark::State& state) {
97 BENCHMARK(BM_ThemeGetAttributeOld);