Searched refs:timePerCU (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp136 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
139 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
H A Dubrkperfold.cpp361 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); local
364 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
405 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); local
408 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);

Completed in 204 milliseconds