Package com.ibm.icu.dev.test.perf
Class ResourceBundlePerf.GetIvJava
- java.lang.Object
-
- com.ibm.icu.dev.test.perf.PerfTest.Function
-
- com.ibm.icu.dev.test.perf.ResourceBundlePerf.GetIvJava
-
- Enclosing class:
- ResourceBundlePerf
class ResourceBundlePerf.GetIvJava extends PerfTest.Function
-
-
Constructor Summary
Constructors Constructor Description GetIvJava(java.lang.String key, int[] expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call()
Subclasses should implement this method to do the action to be measured if the action is thread-safe-
Methods inherited from class com.ibm.icu.dev.test.perf.PerfTest.Function
call, getEventsPerIteration, getID, getOperationsPerIteration, init, setID, time
-
-
-
-
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 classPerfTest.Function
-
-