Class LapStatistic

java.lang.Object
de.kappich.sys.funclib.profile.LapStatistic

public class LapStatistic extends Object
Messung und Ausgabe von Zeit- und Speicherverbrauch.
  • Constructor Details

    • LapStatistic

      public LapStatistic()
    • LapStatistic

      public LapStatistic(int alignNumberColumn, int alignNameColumn, int alignLapTimeColumn, int alignLapMemColumn, int alignTotalMemColumn)
  • Method Details

    • getLapResult

      public LapStatistic.Result getLapResult()
    • printLapResult

      public void printLapResult(String title)
    • printLapResultWithGc

      public void printLapResultWithGc(String title)
    • toString

      public String toString(String title)
      Der Rückgabewert entspricht der Ausgabe der Methode printLapResult(String).
      Parameters:
      title - Titel der Ausgabezeile
      Returns:
      Ergebnis der Messung
    • toStringWithGc

      public String toStringWithGc(String title)
      Der Rückgabewert entspricht der Ausgabe der Methode printLapResultWithGc(String).
      Parameters:
      title - Titel der Ausgabezeile
      Returns:
      Ergebnis der Messung