de.kappich.sys.funclib.profile
Class LapStatistic.Result

java.lang.Object
  extended by de.kappich.sys.funclib.profile.LapStatistic.Result
Enclosing class:
LapStatistic

public static final class LapStatistic.Result
extends Object


Field Summary
private  long _lapCounter
           
private  long _lapMem
           
private  long _lapTime
           
private  long _totalMem
           
 
Constructor Summary
LapStatistic.Result(long lapCounter, long lapTime, long lapMem, long totalMem)
           
 
Method Summary
 long getLapCounter()
           
 long getLapMem()
           
 long getLapTime()
           
 long getTotalMem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_lapCounter

private final long _lapCounter

_lapTime

private final long _lapTime

_lapMem

private final long _lapMem

_totalMem

private long _totalMem
Constructor Detail

LapStatistic.Result

public LapStatistic.Result(long lapCounter,
                           long lapTime,
                           long lapMem,
                           long totalMem)
Method Detail

getLapCounter

public long getLapCounter()

getLapTime

public long getLapTime()

getLapMem

public long getLapMem()

getTotalMem

public long getTotalMem()