ch.bind.philib.test
public final class Bench extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bench.Result |
| Constructor and Description |
|---|
Bench() |
| Modifier and Type | Method and Description |
|---|---|
static Bench.Result |
run(Bencher bencher) |
static Bench.Result |
run(Bencher bencher,
long minRuntimeMs) |
static void |
runAndPrint(Bencher bencher) |
static void |
runAndPrint(Bencher bencher,
long minRuntimeMs) |
public static Bench.Result run(Bencher bencher) throws InterruptedException
InterruptedExceptionpublic static Bench.Result run(Bencher bencher, long minRuntimeMs) throws InterruptedException
InterruptedExceptionpublic static void runAndPrint(Bencher bencher) throws InterruptedException
InterruptedExceptionpublic static void runAndPrint(Bencher bencher, long minRuntimeMs) throws InterruptedException
InterruptedExceptionCopyright © 2014. All Rights Reserved.