org.eclipse.jdt.internal.compiler.impl
Class CompilerStats
java.lang.Object
org.eclipse.jdt.internal.compiler.impl.CompilerStats
- All Implemented Interfaces:
- Comparable
public class CompilerStats
- extends Object
- implements Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startTime
public long startTime
endTime
public long endTime
lineCount
public long lineCount
parseTime
public long parseTime
resolveTime
public long resolveTime
analyzeTime
public long analyzeTime
generateTime
public long generateTime
CompilerStats
public CompilerStats()
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
- See Also:
Comparable.compareTo(java.lang.Object)
Copyright © 2012. All Rights Reserved.