Home | History | Annotate | Download | only in microbench

Lines Matching full:benchmark

17 #include <benchmark/benchmark.h>
31 void BM_PathParser_parseStringPathForSkPath(benchmark::State& state) {
37 benchmark::DoNotOptimize(&result);
38 benchmark::DoNotOptimize(&skPath);
41 BENCHMARK(BM_PathParser_parseStringPathForSkPath);
43 void BM_PathParser_parseStringPathForPathData(benchmark::State& state) {
49 benchmark::DoNotOptimize(&result);
50 benchmark::DoNotOptimize(&outData);
53 BENCHMARK(BM_PathParser_parseStringPathForPathData);