Home | History | Annotate | Download | only in collperf

Lines Matching refs:exec_count

145     int32_t             exec_count;
149 exec_count = 0;
158 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
161 exec_count = 0;
169 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
174 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
179 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
184 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
194 int32_t exec_count;
205 exec_count = 0;
218 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
233 exec_count++;
255 exec_count++;
286 ++exec_count
346 static int32_t exec_count; // potential muilt-thread problem
368 exec_count = 0;
383 exec_count = 0;
393 virtual long getOperationsPerIteration(){ return exec_count?exec_count:1;}
395 int32_t CmdQsort::exec_count;
408 int32_t exec_count;
411 :col(col),win_langid(win_langid), count(count), rnd(rnd), ord(ord), fn(fn),exec_count(0){}
415 exec_count = 0;
420 virtual long getOperationsPerIteration(){ return exec_count?exec_count:1;}
433 exec_count++;