Class ConverterPerformanceTest

java.lang.Object
com.ibm.icu.dev.test.perf.PerfTest
com.ibm.icu.dev.test.perf.ConverterPerformanceTest

public class ConverterPerformanceTest extends PerfTest
  • Field Details

    • unicodeBuffer

      char[] unicodeBuffer
    • encBuffer

      byte[] encBuffer
  • Constructor Details

    • ConverterPerformanceTest

      public ConverterPerformanceTest()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • setup

      protected void setup(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.
      Overrides:
      setup in class PerfTest
    • TestFromUnicodeStream

      PerfTest.Function TestFromUnicodeStream()
    • TestToUnicodeStream

      PerfTest.Function TestToUnicodeStream()
    • TestCharsetDecoder

      PerfTest.Function TestCharsetDecoder()
    • TestCharsetEncoder

      PerfTest.Function TestCharsetEncoder()
    • TestCharsetDecoderICU

      PerfTest.Function TestCharsetDecoderICU()
    • TestCharsetEncoderICU

      PerfTest.Function TestCharsetEncoderICU()