Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp229 float max9DecileTime; // !< maximum value in the 9th decile member
682 stats.max9DecileTime = linearSample(values, 0.9f); in calculateSingleOperationStatistics()
759 stats.result.max9DecileTime = linearSample(values, 0.9f); in calculateBasicStatistics()
1098 …::Float("MapRangeMax90", "MapRange: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.map.max9DecileTime) in logMapRangeStats()
1108 …tLog::Float("UnmapMax90", "Unmap: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.unmap.max9DecileTime) in logUnmapStats()
1118 …tLog::Float("WriteMax90", "Write: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.write.max9DecileTime) in logWriteStats()
1128 …tLog::Float("FlushMax90", "Flush: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.flush.max9DecileTime) in logFlushStats()
1138 …tLog::Float("AllocMax90", "Alloc: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.alloc.max9DecileTime) in logAllocStats()
1726 …:TestLog::Float("Max90", "Total: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.result.max9DecileTime) in analyzeSampleResults()