Searched refs:BenchRegistry (Results 1 – 4 of 4) sorted by relevance
16 template BenchRegistry* BenchRegistry::gHead;
17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; });153 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry; typedef
582 BenchmarkStream() : fBenches(BenchRegistry::Head()) in BenchmarkStream()1051 const BenchRegistry* fBenches;
47 for (auto r = BenchRegistry::Head(); r; r = r->next()) { in main()