Package de.kappich.sys.funclib.profile
Class LapStatistic
- java.lang.Object
-
- de.kappich.sys.funclib.profile.LapStatistic
-
public class LapStatistic extends java.lang.ObjectMessung und Ausgabe von Zeit- und Speicherverbrauch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLapStatistic.Result
-
Constructor Summary
Constructors Constructor Description LapStatistic()LapStatistic(int alignNumberColumn, int alignNameColumn, int alignLapTimeColumn, int alignLapMemColumn, int alignTotalMemColumn)
-
Method Summary
Modifier and Type Method Description LapStatistic.ResultgetLapResult()voidprintLapResult(java.lang.String title)voidprintLapResultWithGc(java.lang.String title)java.lang.StringtoString(java.lang.String title)Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResult(String).java.lang.StringtoStringWithGc(java.lang.String title)Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResultWithGc(String).
-
-
-
Method Detail
-
getLapResult
public LapStatistic.Result getLapResult()
-
printLapResult
public void printLapResult(java.lang.String title)
-
printLapResultWithGc
public void printLapResultWithGc(java.lang.String title)
-
toString
public java.lang.String toString(java.lang.String title)
Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResult(String).- Parameters:
title- Titel der Ausgabezeile- Returns:
- Ergebnis der Messung
-
toStringWithGc
public java.lang.String toStringWithGc(java.lang.String title)
Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResultWithGc(String).- Parameters:
title- Titel der Ausgabezeile- Returns:
- Ergebnis der Messung
-
-