Package com.ibm.icu.dev.test.perf
Class ResourceBundlePerf.GetBinaryIcu
- java.lang.Object
-
- com.ibm.icu.dev.test.perf.PerfTest.Function
-
- com.ibm.icu.dev.test.perf.ResourceBundlePerf.GetBinaryIcu
-
- Enclosing class:
- ResourceBundlePerf
class ResourceBundlePerf.GetBinaryIcu extends PerfTest.Function
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
expected_len
(package private) java.lang.String
key
-
Constructor Summary
Constructors Constructor Description GetBinaryIcu(java.lang.String key, int expected_len)
-
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
-
-