org.eclipse.jdt.internal.compiler.impl
类 CompilerStats
java.lang.Object
org.eclipse.jdt.internal.compiler.impl.CompilerStats
- 所有已实现的接口:
- Comparable
public class CompilerStats
- extends Object
- implements Comparable
| 从类 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)
- 返回:
- the time spent between start and end
compareTo
public int compareTo(Object o)
- 指定者:
- 接口
Comparable 中的 compareTo
- 另请参见:
Comparable.compareTo(java.lang.Object)
Copyright © 2013. All Rights Reserved.