Package com.ibm.icu.dev.test.perf
Class ResourceBundlePerf.GetIntIcu
java.lang.Object
com.ibm.icu.dev.test.perf.PerfTest.Function
com.ibm.icu.dev.test.perf.ResourceBundlePerf.GetIntIcu
- 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
int expected
-
-
Constructor Details
-
GetIntIcu
GetIntIcu(String key, int expected)
-
-
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
-