Package de.kappich.sys.funclib.profile
Class LapStatistic
java.lang.Object
de.kappich.sys.funclib.profile.LapStatistic
Messung und Ausgabe von Zeit- und Speicherverbrauch.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLapStatistic
(int alignNumberColumn, int alignNameColumn, int alignLapTimeColumn, int alignLapMemColumn, int alignTotalMemColumn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
printLapResult
(String title) void
printLapResultWithGc
(String title) Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResult(String)
.toStringWithGc
(String title) Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResultWithGc(String)
.
-
Constructor Details
-
LapStatistic
public LapStatistic() -
LapStatistic
public LapStatistic(int alignNumberColumn, int alignNameColumn, int alignLapTimeColumn, int alignLapMemColumn, int alignTotalMemColumn)
-
-
Method Details
-
getLapResult
-
printLapResult
-
printLapResultWithGc
-
toString
Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResult(String)
.- Parameters:
title
- Titel der Ausgabezeile- Returns:
- Ergebnis der Messung
-
toStringWithGc
Der Rückgabewert entspricht der Ausgabe der MethodeprintLapResultWithGc(String)
.- Parameters:
title
- Titel der Ausgabezeile- Returns:
- Ergebnis der Messung
-