Package com.ibm.icu.dev.test.perf
Class ResourceBundlePerf.GetBinaryJava
java.lang.Object
com.ibm.icu.dev.test.perf.PerfTest.Function
com.ibm.icu.dev.test.perf.ResourceBundlePerf.GetBinaryJava
- Enclosing class:
- ResourceBundlePerf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
call()
Subclasses should implement this method to do the action to be measured if the action is thread-safeMethods inherited from class com.ibm.icu.dev.test.perf.PerfTest.Function
call, getEventsPerIteration, getID, getOperationsPerIteration, init, setID, time
-
Field Details
-
key
String key -
expected_len
int expected_len
-
-
Constructor Details
-
GetBinaryJava
GetBinaryJava(String key, int expected_len)
-
-
Method Details
-
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 classPerfTest.Function
-