Home
last modified time | relevance | path

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

/external/skia/tools/timer/
DTimerData.cpp53 SkString cpuStr(" cmsecs = "); in getResult() local
73 cpuStr.appendf(doubleFormat, fCpuTimes[i] / itersPerTiming); in getResult()
81 cpuStr.append(kSep); in getResult()
107 cpuStr.appendf(doubleFormat, cpuMin / itersPerTiming); in getResult()
114 cpuStr.appendf(doubleFormat, cpuSum / divisor); in getResult()
128 str += cpuStr; in getResult()