OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTimer
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/tools/ctestfw/unicode/
utimer.h
56
*
UTimer
timer;
78
*
UTimer
start;
126
* void perf(
UTimer
* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
136
*
UTimer
start,timer1, timer2, timer3, timer4;
158
typedef struct
UTimer
UTimer
;
165
struct
UTimer
{
170
int uprv_initFrequency(
UTimer
* timer)
174
void uprv_start(
UTimer
* timer)
178
double uprv_delta(
UTimer
* timer1, UTimer* timer2)
[
all
...]
uperf.h
15
#include "unicode/
utimer
.h"
100
UTimer
start, stop;
/external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp
45
#include "unicode/
utimer
.h"
113
UTimer
start_time;
/external/icu4c/test/perf/ustrperf/
stringperf.h
433
UTimer
mystart, mystop;
521
UTimer
mystart, mystop;
/external/icu4c/test/perf/collperf/
collperf.cpp
358
UTimer
start, stop;
Completed in 2726 milliseconds