de.kappich.sys.funclib.profile
Class LapStatistic.Result
java.lang.Object
de.kappich.sys.funclib.profile.LapStatistic.Result
- Enclosing class:
- LapStatistic
public static final class LapStatistic.Result
- extends Object
Constructor Summary |
LapStatistic.Result(long lapCounter,
long lapTime,
long lapMem,
long totalMem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_lapCounter
private final long _lapCounter
_lapTime
private final long _lapTime
_lapMem
private final long _lapMem
_totalMem
private long _totalMem
LapStatistic.Result
public LapStatistic.Result(long lapCounter,
long lapTime,
long lapMem,
long totalMem)
getLapCounter
public long getLapCounter()
getLapTime
public long getLapTime()
getLapMem
public long getLapMem()
getTotalMem
public long getTotalMem()