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

  /external/chromium_org/third_party/skia/bench/
TimerData.cpp 64 double truncCpuMin = std::numeric_limits<double>::max();
93 truncCpuMin = SkTMin(truncCpuMin, fTruncatedCpuTimes[i]);
112 truncCpuStr.appendf(doubleFormat, truncCpuMin / itersPerTiming);
158 double truncCpuMin = std::numeric_limits<double>::max();
178 truncCpuMin = SkTMin(truncCpuMin, fTruncatedCpuTimes[i]);
197 truncCpu.append(truncCpuMin / itersPerTiming);
  /external/skia/tools/timer/
TimerData.cpp 60 double truncCpuMin = std::numeric_limits<double>::max();
89 truncCpuMin = SkTMin(truncCpuMin, fTruncatedCpuTimes[i]);
108 truncCpuStr.appendf(doubleFormat, truncCpuMin / itersPerTiming);
154 double truncCpuMin = std::numeric_limits<double>::max();
174 truncCpuMin = SkTMin(truncCpuMin, fTruncatedCpuTimes[i]);
193 truncCpu.append(truncCpuMin / itersPerTiming);

Completed in 73 milliseconds