Modifier and Type | Class and Description |
---|---|
class |
MemoryWatch
Keeps an eye on memory utilization.
|
class |
StopWatch
Keeps track of a time interval and interval statistics for repeated starts and stops.
|
class |
StopWatchWithNesting |
Modifier and Type | Method and Description |
---|---|
static Statistic |
Timing.determineNanosecondJitterMinMax()
This will get 1000 successive readings
from the nanosecond clock to compute its statistics.
|
protected Statistic |
Statistic.enableMinMax()
Enable tracking of min and max.
|
protected Statistic |
Statistic.enableStdDev()
Enable computation of standard deviation.
|