OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpuNode
(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;
171
cpuNode
.append(fCpuTimes[i] / itersPerTiming);
196
cpuNode
.append(cpuMin / itersPerTiming);
203
cpuNode
.append(cpuSum / divisor);
215
dataNode["cpu"] =
cpuNode
;
/external/skia/tools/timer/
TimerData.cpp
144
Json::Value wallNode, truncWall,
cpuNode
, truncCpu, gpuNode;
167
cpuNode
.append(fCpuTimes[i] / itersPerTiming);
192
cpuNode
.append(cpuMin / itersPerTiming);
199
cpuNode
.append(cpuSum / divisor);
211
dataNode["cpu"] =
cpuNode
;
Completed in 107 milliseconds