java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.impl.CompilerStats
All Implemented Interfaces:
Comparable

public class CompilerStats extends Object implements Comparable
  • Field Details

    • 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
  • Constructor Details

    • CompilerStats

      public CompilerStats()
  • Method Details

    • elapsedTime

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

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable