- java.lang.Object
-
- ch.bind.philib.test.Bench.Result
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchergetBencher()longgetLoops()longgetTimeNs()voidprint(PrintStream printStream)
-
-
-
Constructor Detail
-
Result
public Result(Bencher bencher, long loops, long timeNs)
-
-
Method Detail
-
getBencher
public Bencher getBencher()
-
getLoops
public long getLoops()
-
getTimeNs
public long getTimeNs()
-
print
public void print(PrintStream printStream)
-
-