Searched refs:timeCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A Dsieve.h24 * @param timeCount length of array - on return, how many remain after throwing out outliers
28 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);
H A Dsieve.cpp111 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { argument
113 int n = *timeCount;
145 *timeCount = n;
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.h24 * @param timeCount length of array - on return, how many remain after throwing out outliers
28 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);
H A Dsieve.cpp111 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { argument
113 int n = *timeCount;
145 *timeCount = n;

Completed in 73 milliseconds