HomeSort by relevance Sort by last modified time
    Searched full:trunccpumin (Results 1 - 1 of 1) sorted by null

  /external/skia/bench/
TimerData.cpp 65 double truncCpuMin = std::numeric_limits<double>::max();
94 truncCpuMin = SkTMin(truncCpuMin, fTruncatedCpuTimes[i]);
113 truncCpuStr.appendf(doubleFormat, truncCpuMin / itersPerTiming);

Completed in 545 milliseconds