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 long
getLapCounter()
long
getLapMem()
long
getLapTime()
long
getTotalMem()
-