Package 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 java.lang.Object
-
Constructor Summary
Constructors Constructor Description Result(long lapCounter, long lapTime, long lapMem, long totalMem) -
Method Summary
Modifier and Type Method Description longgetLapCounter()longgetLapMem()longgetLapTime()longgetTotalMem()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Result
public Result(long lapCounter, long lapTime, long lapMem, long totalMem)
-
-
Method Details
-
getLapCounter
public long getLapCounter() -
getLapTime
public long getLapTime() -
getLapMem
public long getLapMem() -
getTotalMem
public long getTotalMem()
-