java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.impl.CompilerStats
Alle implementierten Schnittstellen:
Comparable

public class CompilerStats extends Object implements Comparable
  • Felddetails

    • startTime

      public long startTime
    • endTime

      public long endTime
    • overallTime

      public long overallTime
    • lineCount

      public long lineCount
    • parseTime

      public long parseTime
    • resolveTime

      public long resolveTime
    • analyzeTime

      public long analyzeTime
    • generateTime

      public long generateTime
  • Konstruktordetails

    • CompilerStats

      public CompilerStats()
  • Methodendetails

    • elapsedTime

      public long elapsedTime()
      Returns the total elapsed time (between start and end)
      Gibt zurück:
      the time spent between start and end
    • compareTo

      public int compareTo(Object o)
      Angegeben von:
      compareTo in Schnittstelle Comparable