Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperf.cpp130 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
133 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
Dubrkperfold.cpp356 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); in doForwardTest() local
359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); in doForwardTest()
400 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); in doIsBoundTest() local
403 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); in doIsBoundTest()