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

  /external/skia/tools/
PictureBenchmark.cpp 20 : fRepeats(1)
99 // one tile fRepeats times, and take the average. As such, it will not respect the
114 for (int i = 0; i < fRepeats; ++i) {
120 perTileTimerData.appendTimes(perTileTimer.get(), fRepeats - 1 == i);
129 SkString result = perTileTimerData.getResult(fLogPerIter, fPrintMin, fRepeats,
138 SkString longRunningResult = longRunningTimerData.getResult(false, false, fRepeats,
147 for (int i = 0; i < fRepeats; ++i) {
158 timerData.appendTimes(timer.get(), fRepeats - 1 == i);
162 SkString result = timerData.getResult(fLogPerIter, fPrintMin, fRepeats,
PictureBenchmark.h 28 * Draw the provided SkPicture fRepeats times while collecting timing data, and log the output
34 fRepeats = repeats;
39 * drawn fRepeats times. Requires the PictureRenderer set by setRenderer to be a
69 int fRepeats;

Completed in 343 milliseconds