public static class NanoBench.CPUMeasure
extends java.lang.Object
The listener is called at the end of each measurement and collect the
time spent from the
MeasureState
instance. At the last measurement it shows the
average time spent, the total time and the number of measurement per
seconds.
Constructor and Description |
---|
CPUMeasure(java.util.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
double |
getFinalAvg() |
double |
getFinalTotal() |
double |
getFinalTps() |
void |
onMeasure(org.datavec.dataframe.testutil.NanoBench.MeasureState state) |