OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noBreaks
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperf.cpp
59
int32_t
noBreaks
= 0;
71
noBreaks
++;
105
noBreaks
++;
131
int32_t timePerBreak = (int)(float(1000) * ((float)loopTime/(float)
noBreaks
));
134
printf("number of breaks %d average time per break %d\n",
noBreaks
, timePerBreak);
136
printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime,
noBreaks
, textSize);
ubrkperfold.cpp
283
int32_t
noBreaks
= 0;
296
noBreaks
++;
331
noBreaks
++;
357
int32_t timePerBreak = (int)(float(1000) * ((float)loopTime/(float)
noBreaks
));
360
printf("number of breaks %d average time per break %d\n",
noBreaks
, timePerBreak);
362
printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime,
noBreaks
, textSize);
369
int32_t
noBreaks
= 0, hit = 0;
378
noBreaks
++;
384
noBreaks
++;
401
int32_t timePerBreak = (int)(float(1000) * ((float)loopTime/(float)
noBreaks
));
[
all
...]
Completed in 322 milliseconds