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

  /external/skia/bench/
TimerData.cpp 23 , fWallMin((numeric_limits<double>::max)()) // Extra parens to make the windows build work, due to
56 fWallMin = Min(fWallMin, timer->fWall);
79 fWallStr.appendf(format, printMin ? fWallMin : fWallSum / repeatDraw);
TimerData.h 36 double fWallSum, fWallMin;

Completed in 56 milliseconds