- java.lang.Object
-
- ch.bind.philib.test.Bench
-
public final class Bench extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBench.Result
-
Constructor Summary
Constructors Constructor Description Bench()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Bench.Resultrun(Bencher bencher)static Bench.Resultrun(Bencher bencher, long minRuntimeMs)static voidrunAndPrint(Bencher bencher)static voidrunAndPrint(Bencher bencher, long minRuntimeMs)
-
-
-
Method Detail
-
run
public static Bench.Result run(Bencher bencher) throws InterruptedException
- Throws:
InterruptedException
-
run
public static Bench.Result run(Bencher bencher, long minRuntimeMs) throws InterruptedException
- Throws:
InterruptedException
-
runAndPrint
public static void runAndPrint(Bencher bencher) throws InterruptedException
- Throws:
InterruptedException
-
runAndPrint
public static void runAndPrint(Bencher bencher, long minRuntimeMs) throws InterruptedException
- Throws:
InterruptedException
-
-