OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timePerCU
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperf.cpp
130
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
);
ubrkperfold.cpp
356
int32_t
timePerCU
= (int)(float(1000) * ((float)loopTime/(float)textSize));
359
printf("number of code units %d average time per code unit %d\n", textSize,
timePerCU
);
400
int32_t
timePerCU
= (int)(float(1000) * ((float)loopTime/(float)textSize));
403
printf("number of code units %d average time per code unit %d\n", textSize,
timePerCU
);
Completed in 1345 milliseconds