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

  /external/chromium_org/third_party/skia/bench/
TimerData.cpp 68 double truncWallSum = 0;
98 truncWallSum += fTruncatedWallTimes[i];
117 truncWallStr.appendf(doubleFormat, truncWallSum / divisor);
162 double truncWallSum = 0;
183 truncWallSum += fTruncatedWallTimes[i];
202 truncWall.append(truncWallSum / divisor);
  /external/skia/tools/timer/
TimerData.cpp 64 double truncWallSum = 0;
94 truncWallSum += fTruncatedWallTimes[i];
113 truncWallStr.appendf(doubleFormat, truncWallSum / divisor);
158 double truncWallSum = 0;
179 truncWallSum += fTruncatedWallTimes[i];
198 truncWall.append(truncWallSum / divisor);

Completed in 243 milliseconds