Package de.kappich.sys.funclib.profile
Class LapStatistic.Result
java.lang.Object
de.kappich.sys.funclib.profile.LapStatistic.Result
- Enclosing class:
- LapStatistic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
-
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()
-