Searched refs:utimer_getDeltaSeconds (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | sieve.cpp | 43 printf("init %d: %.9f\n", SIEVE_SIZE,utimer_getDeltaSeconds(&a,&b)); in uprv_calcSieveTime() 54 printf("sieve %d: %.9f\n", SIEVE_SIZE,utimer_getDeltaSeconds(&a,&b)); in uprv_calcSieveTime() 75 return utimer_getDeltaSeconds(&a,&b); in uprv_calcSieveTime()
|
H A D | howExpensiveIs.cpp | 171 *subTime = utimer_getDeltaSeconds(&a,&b); in runTest()
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 144 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1); 148 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2); 234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() function
|
H A D | uperf.h | 127 return utimer_getDeltaSeconds(&start,&stop); // ms in time()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 144 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1); 148 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2); 234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() function
|
H A D | uperf.h | 127 return utimer_getDeltaSeconds(&start,&stop); // ms in time()
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.h | 446 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in catenate() 534 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in StdLibCatenate()
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 379 return utimer_getDeltaSeconds(&start,&stop); // ms in time_empty()
|
Completed in 7 milliseconds