Home
last modified time | relevance | path

Searched refs:utimer_getDeltaSeconds (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp43 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 DhowExpensiveIs.cpp171 *subTime = utimer_getDeltaSeconds(&a,&b); in runTest()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h144 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1);
148 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2);
234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() function
H A Duperf.h127 return utimer_getDeltaSeconds(&start,&stop); // ms in time()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dutimer.h144 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1);
148 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2);
234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() function
H A Duperf.h127 return utimer_getDeltaSeconds(&start,&stop); // ms in time()
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h446 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 Dcollperf.cpp379 return utimer_getDeltaSeconds(&start,&stop); // ms in time_empty()

Completed in 7 milliseconds