Home
last modified time | relevance | path

Searched refs:getOperationsPerIteration (Results 1 - 25 of 29) sorted by relevance

12

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DUCharacterPerf.java54 public long getOperationsPerIteration() { in testDigit()
69 public long getOperationsPerIteration() { in testJDKDigit()
84 public long getOperationsPerIteration() { in testGetNumericValue()
99 public long getOperationsPerIteration() { in testJDKGetNumericValue()
114 public long getOperationsPerIteration() { in testGetType()
129 public long getOperationsPerIteration() { in testJDKGetType()
144 public long getOperationsPerIteration() { in testIsDefined()
159 public long getOperationsPerIteration() { in testJDKIsDefined()
174 public long getOperationsPerIteration() { in testIsDigit()
189 public long getOperationsPerIteration() { in testJDKIsDigit()
[all...]
H A DNormalizerPerformanceTest.java39 public long getOperationsPerIteration() { in TestICU_NFC_NFD_Text()
57 public long getOperationsPerIteration() { in TestICU_NFC_NFC_Text()
75 public long getOperationsPerIteration() { in TestICU_NFC_Orig_Text()
94 public long getOperationsPerIteration() { in TestICU_NFD_NFD_Text()
112 public long getOperationsPerIteration() { in TestICU_NFD_NFC_Text()
130 public long getOperationsPerIteration() { in TestICU_NFD_Orig_Text()
148 public long getOperationsPerIteration() { in TestJDK_NFC_NFD_Text()
164 public long getOperationsPerIteration() { in TestJDK_NFC_NFC_Text()
180 public long getOperationsPerIteration() { in TestJDK_NFC_Orig_Text()
197 public long getOperationsPerIteration() { in TestJDK_NFD_NFD_Text()
[all...]
H A DUnicodeSetPerf.java61 public long getOperationsPerIteration() { in testUnicodeSetAdd()
81 public long getOperationsPerIteration() { in testHashSetAdd()
101 public long getOperationsPerIteration() { in testUnicodeSetContains()
123 public long getOperationsPerIteration() { in testHashSetContains()
139 public long getOperationsPerIteration() { in testUnicodeSetIterate()
160 public long getOperationsPerIteration() { in testHashSetIterate()
H A DServiceObjectCreationPerf.java31 public long getOperationsPerIteration() { in TestCalendarJava()
46 public long getOperationsPerIteration() { in TestCalendarICU()
61 public long getOperationsPerIteration() { in TestTimeZoneJava()
76 public long getOperationsPerIteration() { in TestTimeZoneICU()
H A DConverterPerformanceTest.java76 public long getOperationsPerIteration() { in TestFromUnicodeStream()
95 public long getOperationsPerIteration() { in TestToUnicodeStream()
117 public long getOperationsPerIteration() {
143 public long getOperationsPerIteration() {
169 public long getOperationsPerIteration() {
195 public long getOperationsPerIteration() {
224 public long getOperationsPerIteration() { in TestCharsetDecoder()
253 public long getOperationsPerIteration() { in TestCharsetEncoder()
282 public long getOperationsPerIteration() { in TestCharsetDecoderICU()
311 public long getOperationsPerIteration() { in TestCharsetEncoderICU()
[all...]
H A DRBBIPerf.java100 public long getOperationsPerIteration() { in testRBBINext()
129 public long getOperationsPerIteration() { in testRBBIPrevious()
152 public long getOperationsPerIteration() { in testRBBIIsBoundary()
H A DBreakIteratorPerformanceTest.java139 public long getOperationsPerIteration() { in createTestICU()
159 public long getOperationsPerIteration() { in createTestJava()
H A DPerfTest.java223 public long getOperationsPerIteration() { in getOperationsPerIteration() method in PerfTest.Function
401 long ops = testFunction.getOperationsPerIteration(); in run()
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h105 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in BreakItFunction
211 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DateFmtFunction
266 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DateFmtCreateFunction
305 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DateFmtCopyFunction
360 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DIFCreateFunction
404 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in TimeZoneCreateFunction
449 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DTPatternGeneratorCreateFunction
496 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DTPatternGeneratorCopyFunction
544 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DTPatternGeneratorBestValueFunction
660 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in NumFmtFunction
740 virtual long getOperationsPerIteration() getOperationsPerIteration() function in StdioNumFmtFunction
806 virtual long getOperationsPerIteration() getOperationsPerIteration() function in CollationFunction
[all...]
H A DDateFmtPerf.cpp257 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl; in main()
/third_party/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h65 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in ICUToUnicodePerfFunction
111 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in ICUFromUnicodePerfFunction
144 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in ICUOpenAllConvertersFunction
199 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in WinANSIToUnicodePerfFunction
254 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in WinANSIFromUnicodePerfFunction
323 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in WinIMultiLanguageToUnicodePerfFunction
380 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in WinIMultiLanguageFromUnicodePerfFunction
432 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in WinIMultiLanguage2ToUnicodePerfFunction
488 virtual long getOperationsPerIteration(void){ in getOperationsPerIteration() function in WinIMultiLanguage2FromUnicodePerfFunction
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp64 virtual long getOperationsPerIteration();
110 long Strcoll::getOperationsPerIteration() in getOperationsPerIteration() function in Strcoll
124 virtual long getOperationsPerIteration();
161 long Strcoll_2::getOperationsPerIteration() in getOperationsPerIteration() function in Strcoll_2
176 virtual long getOperationsPerIteration();
222 long StrcollUTF8::getOperationsPerIteration() in getOperationsPerIteration() function in StrcollUTF8
236 virtual long getOperationsPerIteration();
273 long StrcollUTF8_2::getOperationsPerIteration() in getOperationsPerIteration() function in StrcollUTF8_2
287 virtual long getOperationsPerIteration();
326 long GetSortKey::getOperationsPerIteration() in getOperationsPerIteration() function in GetSortKey
388 long NextSortKeyPart::getOperationsPerIteration() getOperationsPerIteration() function in NextSortKeyPart
455 long NextSortKeyPartUTF8::getOperationsPerIteration() getOperationsPerIteration() function in NextSortKeyPartUTF8
521 long CppCompare::getOperationsPerIteration() getOperationsPerIteration() function in CppCompare
571 long CppCompare_2::getOperationsPerIteration() getOperationsPerIteration() function in CppCompare_2
641 long CppCompareUTF8::getOperationsPerIteration() getOperationsPerIteration() function in CppCompareUTF8
698 long CppCompareUTF8_2::getOperationsPerIteration() getOperationsPerIteration() function in CppCompareUTF8_2
742 long CppGetCollationKey::getOperationsPerIteration() { getOperationsPerIteration() function in CppGetCollationKey
785 long CollPerfFunction::getOperationsPerIteration() { getOperationsPerIteration() function in CollPerfFunction
[all...]
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp39 virtual long getOperationsPerIteration(){ in getOperationsPerIteration() function in CmdPattern
64 virtual long getOperationsPerIteration(){ in getOperationsPerIteration() function in CmdOp
/third_party/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h36 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in CharPerfFunction
65 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in StdLibCharPerfFunction
/third_party/icu/icu4c/source/test/perf/localecanperf/
H A Dlocalecanperf.cpp36 virtual long getOperationsPerIteration() { return testCases.size(); } in getOperationsPerIteration() function in LocaleCreateCanonical
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h35 virtual long getOperationsPerIteration() { in getOperationsPerIteration() function in StringSearchPerfFunction
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h56 virtual long getOperationsPerIteration() { return m_fileLen_; } in getOperationsPerIteration() function in ICUBreakFunction
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h104 virtual long getOperationsPerIteration()=0;
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Duperf.h104 virtual long getOperationsPerIteration()=0;
/third_party/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp105 virtual long getOperationsPerIteration(){return count;} in getOperationsPerIteration() function in CmdKeyGen
158 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;} in getOperationsPerIteration() function in CmdIter
218 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;} in getOperationsPerIteration() function in CmdIterAll
393 virtual long getOperationsPerIteration(){ return exec_count?exec_count:1;} in getOperationsPerIteration() function
420 virtual long getOperationsPerIteration(){ return exec_count?exec_count:1;} in getOperationsPerIteration() function in CmdBinSearch
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h210 virtual long getOperationsPerIteration() in getOperationsPerIteration() function in DateTimeRoundTripFunction
H A Dnormperf.h70 virtual long getOperationsPerIteration(){ in getOperationsPerIteration() function in QuickCheckPerfFunction
139 virtual long getOperationsPerIteration(){ in getOperationsPerIteration() function in NormPerfFunction
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp106 virtual long getOperationsPerIteration() { in getOperationsPerIteration() function in Command
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp102 virtual long getOperationsPerIteration() { in getOperationsPerIteration() function in PackageLookup
334 virtual long getOperationsPerIteration() { in getOperationsPerIteration() function in DictLookup
/third_party/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp142 virtual long getOperationsPerIteration(){ in getOperationsPerIteration() function in Command

Completed in 19 milliseconds

12