/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 134 int32_t exec_count; member in class:CmdIter 138 exec_count = 0; 147 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;} 150 exec_count = 0; 158 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; 163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; 168 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++; 173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++; 183 int32_t exec_count; member in class:CmdIterAll 331 static int32_t exec_count; \/\/ potential muilt-thread problem member in struct:CmdQsort 380 int32_t CmdQsort::exec_count; member in class:CmdQsort 393 int32_t exec_count; member in class:CmdBinSearch [all...] |
/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...] |
/external/chromium_org/chrome/common/metrics/proto/ |
profiler_event.proto | 52 optional int32 exec_count = 6;
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_log_unittest.cc | 481 EXPECT_EQ(37, tracked_object->exec_count()); 500 EXPECT_EQ(19, tracked_object->exec_count()); 546 EXPECT_EQ(137, tracked_object->exec_count());
|