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

  /external/chromium_org/third_party/skia/bench/
TimerData.cpp 148 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode;
170 truncWall.append(fTruncatedWallTimes[i] / itersPerTiming);
195 truncWall.append(truncWallMin / itersPerTiming);
202 truncWall.append(truncWallSum / divisor);
212 dataNode["truncWall"] = truncWall;
  /external/skia/tools/timer/
TimerData.cpp 144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode;
166 truncWall.append(fTruncatedWallTimes[i] / itersPerTiming);
191 truncWall.append(truncWallMin / itersPerTiming);
198 truncWall.append(truncWallSum / divisor);
208 dataNode["truncWall"] = truncWall;

Completed in 213 milliseconds