Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DBadUserCodeTest.java167 static int timeCount = 0; field in BadUserCodeTest.NonDeterministicAllocationBenchmark
171 timeCount++; in timeSomethingFBZ()
172 if (timeCount % 2 == 0) { in timeSomethingFBZ()
207 static int timeCount = 0; field in BadUserCodeTest.ComplexNonDeterministicAllocationBenchmark
211 timeCount++; in timeSomethingFBZ()
212 if (timeCount % 2 == 0) { in timeSomethingFBZ()
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime() argument
117 int n = *timeCount; in uprv_getMeanTime()
149 *timeCount = n; in uprv_getMeanTime()
Dsieve.h32 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);