类 DebugFrames

所有已实现的接口:
Serializable, Cloneable, Iterable<DebugFrame>, Collection<DebugFrame>, List<DebugFrame>, RandomAccess

public class DebugFrames extends ArrayList<DebugFrame>
作者:
Administrator
另请参阅:
  • 构造器详细资料

    • DebugFrames

      public DebugFrames()
  • 方法详细资料

    • addDebug

      public void addDebug(Object fromClass, String eventName, String description)
    • listDebugText

      public String listDebugText()
    • listDebugHtml

      public String listDebugHtml()
    • getRunTime

      public long getRunTime()
      获取执行时间(ms)
      返回:
    • getRunTimeException

      public Exception getRunTimeException()
      返回:
      the _RunTimeException
    • setRunTimeException

      public void setRunTimeException(Exception runTimeException)
      参数:
      runTimeException - the _RunTimeException to set