Searched defs:mystart (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h433 UTimer mystart, mystop; local
434 utimer_getTime(&mystart);
439 double mytime = utimer_getDeltaSeconds(&mystart,&mystop);
521 UTimer mystart, mystop; local
522 utimer_getTime(&mystart);
528 double mytime = utimer_getDeltaSeconds(&mystart,&mystop);
/external/icu4c/test/perf/ustrperf/
H A Dstringperf.h435 UTimer mystart, mystop; local
436 utimer_getTime(&mystart);
441 double mytime = utimer_getDeltaSeconds(&mystart,&mystop);
523 UTimer mystart, mystop; local
524 utimer_getTime(&mystart);
530 double mytime = utimer_getDeltaSeconds(&mystart,&mystop);

Completed in 48 milliseconds