Home | History | Annotate | Download | only in tools

Lines Matching defs:benchmark

155                                  sk_tools::PictureBenchmark& benchmark) {
196 benchmark.run(picture);
230 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
313 benchmark->setTimersToShow(timerWall, truncatedTimerWall, timerCpu, truncatedTimerCpu,
343 benchmark->setTimeIndividualTiles(true);
353 benchmark->setTimerResultType(TimerData::kPerIter_Result);
355 benchmark->setTimerResultType(TimerData::kMin_Result);
357 benchmark->setTimerResultType(TimerData::kAvg_Result);
359 benchmark->setRenderer(renderer);
360 benchmark->setRepeats(FLAGS_repeat);
361 benchmark->setLogger(&gLogger);
365 sk_tools::PictureBenchmark& benchmark) {
374 if (!run_single_benchmark(inputPath, benchmark)) {
379 if (!run_single_benchmark(inputAsSkString, benchmark)) {
424 sk_tools::PictureBenchmark benchmark;
426 setup_benchmark(&benchmark);
430 failures += process_input(FLAGS_readPath[i], benchmark);