Home | History | Annotate | Download | only in microbench

Lines Matching refs:benchmark

17 #include <benchmark/benchmark.h>
29 void BM_PathParser_parseStringPathForSkPath(benchmark::State& state) {
35 benchmark::DoNotOptimize(&result);
36 benchmark::DoNotOptimize(&skPath);
39 BENCHMARK(BM_PathParser_parseStringPathForSkPath);
41 void BM_PathParser_parseStringPathForPathData(benchmark::State& state) {
47 benchmark::DoNotOptimize(&result);
48 benchmark::DoNotOptimize(&outData);
51 BENCHMARK(BM_PathParser_parseStringPathForPathData);