public static final class LapStatistic.Result extends Object
Modifier and Type | Field and Description |
---|---|
private long |
_lapCounter |
private long |
_lapMem |
private long |
_lapTime |
private long |
_totalMem |
Constructor and Description |
---|
LapStatistic.Result(long lapCounter,
long lapTime,
long lapMem,
long totalMem) |