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

  /external/chromium_org/third_party/skia/bench/
TimerData.cpp 63 double cpuMin = std::numeric_limits<double>::max();
92 cpuMin = SkTMin(cpuMin, fCpuTimes[i]);
111 cpuStr.appendf(doubleFormat, cpuMin / itersPerTiming);
157 double cpuMin = std::numeric_limits<double>::max();
177 cpuMin = SkTMin(cpuMin, fCpuTimes[i]);
196 cpuNode.append(cpuMin / itersPerTiming);
  /external/skia/tools/timer/
TimerData.cpp 59 double cpuMin = std::numeric_limits<double>::max();
88 cpuMin = SkTMin(cpuMin, fCpuTimes[i]);
107 cpuStr.appendf(doubleFormat, cpuMin / itersPerTiming);
153 double cpuMin = std::numeric_limits<double>::max();
173 cpuMin = SkTMin(cpuMin, fCpuTimes[i]);
192 cpuNode.append(cpuMin / itersPerTiming);

Completed in 379 milliseconds