Package com.ibm.icu.dev.test.perf
Class NormalizerPerformanceTest
- java.lang.Object
-
- com.ibm.icu.dev.test.perf.PerfTest
-
- com.ibm.icu.dev.test.perf.NormalizerPerformanceTest
-
public class NormalizerPerformanceTest extends PerfTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.dev.test.perf.PerfTest
PerfTest.BOMFreeReader, PerfTest.Function, PerfTest.TestCmdProvider, PerfTest.TestPrefixProvider, PerfTest.UsageException
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String[]
fileLines
(package private) java.lang.String[]
NFCFileLines
(package private) java.lang.String[]
NFDFileLines
-
Fields inherited from class com.ibm.icu.dev.test.perf.PerfTest
action, ACTION, bulk_mode, BULK_MODE, doPriorGC, duration, DURATION, encoding, ENCODING, FILE_NAME, fileName, GARBAGE_COLLECT, HELP, iterations, ITERATIONS, line_mode, LINE_MODE, LIST, locale, LOCALE, OPTIONS, passes, PASSES, sourceDir, SOURCEDIR, TEST_NAME, testName, testProvider, threads, THREADS, time, TIME, uselen, USELEN, verbose, VERBOSE
-
-
Constructor Summary
Constructors Constructor Description NormalizerPerformanceTest()
-
Method Summary
-
Methods inherited from class com.ibm.icu.dev.test.perf.PerfTest
gc, getOptions, readDataLine, readLines, readToEOS, readToEOS, run
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
setup
protected void setup(java.lang.String[] args)
Description copied from class:PerfTest
Framework method. Default implementation does not parse any extra arguments. Subclasses may override this to parse extra arguments. Subclass implementations should NOT call the base class implementation.
-
TestICU_NFC_NFD_Text
PerfTest.Function TestICU_NFC_NFD_Text()
-
TestICU_NFC_NFC_Text
PerfTest.Function TestICU_NFC_NFC_Text()
-
TestICU_NFC_Orig_Text
PerfTest.Function TestICU_NFC_Orig_Text()
-
TestICU_NFD_NFD_Text
PerfTest.Function TestICU_NFD_NFD_Text()
-
TestICU_NFD_NFC_Text
PerfTest.Function TestICU_NFD_NFC_Text()
-
TestICU_NFD_Orig_Text
PerfTest.Function TestICU_NFD_Orig_Text()
-
TestJDK_NFC_NFD_Text
PerfTest.Function TestJDK_NFC_NFD_Text()
-
TestJDK_NFC_NFC_Text
PerfTest.Function TestJDK_NFC_NFC_Text()
-
TestJDK_NFC_Orig_Text
PerfTest.Function TestJDK_NFC_Orig_Text()
-
TestJDK_NFD_NFD_Text
PerfTest.Function TestJDK_NFD_NFD_Text()
-
TestJDK_NFD_NFC_Text
PerfTest.Function TestJDK_NFD_NFC_Text()
-
TestJDK_NFD_Orig_Text
PerfTest.Function TestJDK_NFD_Orig_Text()
-
TestICU_FCD_NFD_Text
PerfTest.Function TestICU_FCD_NFD_Text()
-
TestICU_FCD_NFC_Text
PerfTest.Function TestICU_FCD_NFC_Text()
-
TestICU_FCD_Orig_Text
PerfTest.Function TestICU_FCD_Orig_Text()
-
TestQC_NFC_NFD_Text
PerfTest.Function TestQC_NFC_NFD_Text()
-
TestQC_NFC_NFC_Text
PerfTest.Function TestQC_NFC_NFC_Text()
-
TestQC_NFC_Orig_Text
PerfTest.Function TestQC_NFC_Orig_Text()
-
TestQC_NFD_NFD_Text
PerfTest.Function TestQC_NFD_NFD_Text()
-
TestQC_NFD_NFC_Text
PerfTest.Function TestQC_NFD_NFC_Text()
-
TestQC_NFD_Orig_Text
PerfTest.Function TestQC_NFD_Orig_Text()
-
TestQC_FCD_NFD_Text
PerfTest.Function TestQC_FCD_NFD_Text()
-
TestQC_FCD_NFC_Text
PerfTest.Function TestQC_FCD_NFC_Text()
-
TestQC_FCD_Orig_Text
PerfTest.Function TestQC_FCD_Orig_Text()
-
TestIsNormalized_NFC_NFD_Text
PerfTest.Function TestIsNormalized_NFC_NFD_Text()
-
TestIsNormalized_NFC_NFC_Text
PerfTest.Function TestIsNormalized_NFC_NFC_Text()
-
TestIsNormalized_NFC_Orig_Text
PerfTest.Function TestIsNormalized_NFC_Orig_Text()
-
TestIsNormalized_NFD_NFD_Text
PerfTest.Function TestIsNormalized_NFD_NFD_Text()
-
TestIsNormalized_NFD_NFC_Text
PerfTest.Function TestIsNormalized_NFD_NFC_Text()
-
TestIsNormalized_NFD_Orig_Text
PerfTest.Function TestIsNormalized_NFD_Orig_Text()
-
TestIsNormalized_FCD_NFD_Text
PerfTest.Function TestIsNormalized_FCD_NFD_Text()
-
TestIsNormalized_FCD_NFC_Text
PerfTest.Function TestIsNormalized_FCD_NFC_Text()
-
TestIsNormalized_FCD_Orig_Text
PerfTest.Function TestIsNormalized_FCD_Orig_Text()
-
normalizeInput
java.lang.String[] normalizeInput(java.lang.String[] src, Normalizer.Mode mode)
-
normalizerTest
void normalizerTest(java.lang.String line, boolean compose)
-
-