Home
last modified time | relevance | path

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

/external/skia/tools/timer/
DTimerData.cpp52 SkString truncWallStr(" Wmsecs = "); in getResult() local
72 truncWallStr.appendf(doubleFormat, fTruncatedWallTimes[i] / itersPerTiming); in getResult()
80 truncWallStr.append(kSep); in getResult()
106 truncWallStr.appendf(doubleFormat, truncWallMin / itersPerTiming); in getResult()
113 truncWallStr.appendf(doubleFormat, truncWallSum / divisor); in getResult()
125 str += truncWallStr; in getResult()