Home
last modified time | relevance | path

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

/external/skia/tools/timer/
DTimerData.cpp144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode; in getJSON() local
168 truncCpu.append(fTruncatedCpuTimes[i] / itersPerTiming); in getJSON()
193 truncCpu.append(truncCpuMin / itersPerTiming); in getJSON()
200 truncCpu.append(truncCpuSum / divisor); in getJSON()
214 dataNode["trucCpu"] = truncCpu; in getJSON()