Searched refs:BenchmarkFn (Results 1 – 2 of 2) sorted by relevance
60 typedef std::function<void()> BenchmarkFn; typedef64 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats);
112 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats) { in Benchmark()