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

  /external/skia/tools/VisualBench/
VisualInteractiveModule.h 28 bool timingFinished(Benchmark*, int loops, double measurement) override;
VisualLightweightBenchModule.h 31 bool timingFinished(Benchmark*, int loops, double measurement) override;
VisualStreamTimingModule.h 22 * Subclasses should implement renderFrame, which is called for each frame, and timingFinished,
34 virtual bool timingFinished(Benchmark*, int loops, double measurement)=0;
VisualStreamTimingModule.cpp 43 if (this->timingFinished(fBenchmarkStream->current(), fTSM.loops(),
VisualInteractiveModule.cpp 69 bool VisualInteractiveModule::timingFinished(Benchmark* benchmark, int loops, double measurement) {
VisualLightweightBenchModule.cpp 142 bool VisualLightweightBenchModule::timingFinished(Benchmark* benchmark, int loops,

Completed in 57 milliseconds