Searched refs:maxTime (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | sieve.cpp | 159 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/node/deps/npm/node_modules/retry/test/integration/ |
D | test-retry-operation.js | 172 var maxTime = minTime + 20 // add a little headroom for code execution time 174 assert(endTime < maxTime)
|
/third_party/lz4/programs/ |
D | bench.c | 427 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/ |
D | es3pBufferDataUploadTests.cpp | 226 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()
|