HomeSort by relevance Sort by last modified time
    Searched full:exec_count (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/perf/collperf/
collperf.cpp 139 int32_t exec_count; member in class:CmdIter
143 exec_count = 0;
152 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
155 exec_count = 0;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
178 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
188 int32_t exec_count; member in class:CmdIterAll
340 static int32_t exec_count; \/\/ potential muilt-thread problem member in struct:CmdQsort
389 int32_t CmdQsort::exec_count; member in class:CmdQsort
402 int32_t exec_count; member in class:CmdBinSearch
    [all...]

Completed in 49 milliseconds