Class ResourceBundlePerf.GetBinaryJava

    • Field Detail

      • key

        java.lang.String key
      • expected_len

        int expected_len
    • Constructor Detail

      • GetBinaryJava

        GetBinaryJava​(java.lang.String key,
                      int expected_len)
    • Method Detail

      • call

        public void call()
        Description copied from class: PerfTest.Function
        Subclasses should implement this method to do the action to be measured if the action is thread-safe
        Overrides:
        call in class PerfTest.Function