Package com.ibm.icu.dev.test.perf
Class PerfTest.FunctionRunner
- java.lang.Object
-
- com.ibm.icu.dev.test.perf.PerfTest.FunctionRunner
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- PerfTest
private class PerfTest.FunctionRunner extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private PerfTest.Function
f
private int
id
private long
loops
-
Constructor Summary
Constructors Constructor Description FunctionRunner(PerfTest.Function f, long loops, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
f
private final PerfTest.Function f
-
loops
private final long loops
-
id
private final int id
-
-
Constructor Detail
-
FunctionRunner
public FunctionRunner(PerfTest.Function f, long loops, int id)
-
-