Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/ubrkperf/
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);
Dubrkperfold.cpp361 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); in doForwardTest() local
364 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); in doForwardTest()
405 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); in doIsBoundTest() local
408 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); in doIsBoundTest()