HomeSort by relevance Sort by last modified time
    Searched refs:BenchRegistry (Results 1 - 6 of 6) sorted by null

  /external/skia/bench/
Benchmark.cpp 16 template BenchRegistry* BenchRegistry::gHead;
Benchmark.h 17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; });
156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry;
nanobench.cpp 599 BenchmarkStream() : fBenches(BenchRegistry::Head())
    [all...]
  /external/skqp/bench/
Benchmark.cpp 16 template BenchRegistry* BenchRegistry::gHead;
Benchmark.h 17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; });
156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry;
nanobench.cpp 598 BenchmarkStream() : fBenches(BenchRegistry::Head())
    [all...]

Completed in 115 milliseconds