public class LapStatistic
extends java.lang.Object
Messung und Ausgabe von Zeit- und Speicherverbrauch.
Modifier and Type | Class and Description |
---|---|
static class |
LapStatistic.Result |
Constructor and Description |
---|
LapStatistic() |
LapStatistic(int alignNumberColumn,
int alignNameColumn,
int alignLapTimeColumn,
int alignLapMemColumn,
int alignTotalMemColumn) |
Modifier and Type | Method and Description |
---|---|
LapStatistic.Result |
getLapResult() |
void |
printLapResult(java.lang.String title) |
void |
printLapResultWithGc(java.lang.String title) |
java.lang.String |
toString(java.lang.String title)
Der Rückgabewert entspricht der Ausgabe der Methode
printLapResult(String) . |
java.lang.String |
toStringWithGc(java.lang.String title)
Der Rückgabewert entspricht der Ausgabe der Methode
printLapResultWithGc(String) . |
public LapStatistic()
public LapStatistic(int alignNumberColumn, int alignNameColumn, int alignLapTimeColumn, int alignLapMemColumn, int alignTotalMemColumn)
public LapStatistic.Result getLapResult()
public void printLapResult(java.lang.String title)
public void printLapResultWithGc(java.lang.String title)
public java.lang.String toString(java.lang.String title)
Der Rückgabewert entspricht der Ausgabe der Methode printLapResult(String)
.
title
- Titel der Ausgabezeilepublic java.lang.String toStringWithGc(java.lang.String title)
Der Rückgabewert entspricht der Ausgabe der Methode printLapResultWithGc(String)
.
title
- Titel der Ausgabezeile