Home
last modified time | relevance | path

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

/external/skia/tools/timer/
DTimerData.cpp144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode; in getJSON() local
169 gpuNode.append(fGpuTimes[i] / itersPerTiming); in getJSON()
194 gpuNode.append(gpuMin / itersPerTiming); in getJSON()
201 gpuNode.append(gpuSum / divisor); in getJSON()
217 dataNode["gpu"] = gpuNode; in getJSON()