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


字段摘要
 long analyzeTime
           
 long endTime
           
 long generateTime
           
 long lineCount
           
 long parseTime
           
 long resolveTime
           
 long startTime
           
 
构造方法摘要
CompilerStats()
           
 
方法摘要
 int compareTo(Object o)
           
 long elapsedTime()
          Returns the total elapsed time (between start and end)
 
从类 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.