Home
last modified time | relevance | path

Searched refs:truncWall (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/timer/
DTimerData.cpp144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode; in getJSON() local
166 truncWall.append(fTruncatedWallTimes[i] / itersPerTiming); in getJSON()
191 truncWall.append(truncWallMin / itersPerTiming); in getJSON()
198 truncWall.append(truncWallSum / divisor); in getJSON()
208 dataNode["truncWall"] = truncWall; in getJSON()