Home
last modified time | relevance | path

Searched defs:timeCount (Results 1 – 2 of 2) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DBadUserCodeTest.java167 static int timeCount = 0; field in BadUserCodeTest.NonDeterministicAllocationBenchmark
207 static int timeCount = 0; field in BadUserCodeTest.ComplexNonDeterministicAllocationBenchmark
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime()