Home
last modified time | relevance | path

Searched refs:maxTime (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp159 double maxTime = times[0]; in uprv_getMeanTime() local
163 if(maxTime<times[i]) maxTime=times[i]; in uprv_getMeanTime()
182 printf("min: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", minTime,q1,q2,q3,maxTime, n); in uprv_getMeanTime()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp600 std::chrono::nanoseconds maxTime = std::chrono::nanoseconds(0); in iterate() local
661 if (currentTime > maxTime) in iterate()
662 maxTime = currentTime; in iterate()
674 if (maxTime > maxRefTime * 1.5f) in iterate()
678 if (maxTime > maxRefTime * 1.25f) in iterate()
683 if (maxTime > maxRefTime * 1.2f) in iterate()
687 if (maxTime > maxRefTime * 1.1f) in iterate()
692 if (maxTime > maxRefTime * 1.05f) in iterate()
696 if (maxTime * 1.05f < maxRefTime) in iterate()
701 if (maxTime > maxRefTim in iterate()
[all...]
/third_party/node/deps/npm/node_modules/retry/test/integration/
H A Dtest-retry-operation.js172 var maxTime = minTime + 20 // add a little headroom for code execution time
174 assert(endTime < maxTime)
/third_party/lz4/programs/
H A Dbench.c427 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100; in BMK_benchMem() local
480 cCompleted = totalCTime>maxTime; in BMK_benchMem()
541 dCompleted = totalDTime > (DECOMP_MULT*maxTime); in BMK_benchMem()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp226 float maxTime; member
679 stats.maxTime = (float)values.back(); in calculateSingleOperationStatistics()
756 stats.result.maxTime = (float)values.back(); in calculateBasicStatistics()
1096 << tcu::TestLog::Float("MapRangeMax", "MapRange: Max time", "us", QP_KEY_TAG_TIME, stats.map.maxTime) in logMapRangeStats()
1106 << tcu::TestLog::Float("UnmapMax", "Unmap: Max time", "us", QP_KEY_TAG_TIME, stats.unmap.maxTime) in logUnmapStats()
1116 << tcu::TestLog::Float("WriteMax", "Write: Max time", "us", QP_KEY_TAG_TIME, stats.write.maxTime) in logWriteStats()
1126 << tcu::TestLog::Float("FlushMax", "Flush: Max time", "us", QP_KEY_TAG_TIME, stats.flush.maxTime) in logFlushStats()
1136 << tcu::TestLog::Float("AllocMax", "Alloc: Max time", "us", QP_KEY_TAG_TIME, stats.alloc.maxTime) in logAllocStats()
1724 << tcu::TestLog::Float("Max", "Total: Max time", "us", QP_KEY_TAG_TIME, stats.result.maxTime) in analyzeSampleResults()

Completed in 13 milliseconds