Home
last modified time | relevance | path

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

/external/skia/tools/timer/
DTimerData.cpp144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode; in getJSON() local
167 cpuNode.append(fCpuTimes[i] / itersPerTiming); in getJSON()
192 cpuNode.append(cpuMin / itersPerTiming); in getJSON()
199 cpuNode.append(cpuSum / divisor); in getJSON()
211 dataNode["cpu"] = cpuNode; in getJSON()