Searched refs:timeCount (Results 1 – 3 of 3) sorted by relevance
167 static int timeCount = 0; field in BadUserCodeTest.NonDeterministicAllocationBenchmark171 timeCount++; in timeSomethingFBZ()172 if (timeCount % 2 == 0) { in timeSomethingFBZ()207 static int timeCount = 0; field in BadUserCodeTest.ComplexNonDeterministicAllocationBenchmark211 timeCount++; in timeSomethingFBZ()212 if (timeCount % 2 == 0) { in timeSomethingFBZ()
115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime() argument117 int n = *timeCount; in uprv_getMeanTime()149 *timeCount = n; in uprv_getMeanTime()
32 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);