Dashboard Builder Commons 6.1.0.CR1

Uses of Class
org.jboss.dashboard.profiler.TimeTrace

Packages that use TimeTrace
org.jboss.dashboard.profiler   
 

Uses of TimeTrace in org.jboss.dashboard.profiler
 

Fields in org.jboss.dashboard.profiler declared as TimeTrace
protected  TimeTrace TimeTrace.parent
           
 

Fields in org.jboss.dashboard.profiler with type parameters of type TimeTrace
protected  List<TimeTrace> TimeTrace.children
           
 

Methods in org.jboss.dashboard.profiler that return TimeTrace
protected  TimeTrace ThreadProfile.createTimeTrace(int traceStart, int traceEnd, int stackLevel)
          Create a time trace with samples belonging to the specified interval.
 TimeTrace TimeTrace.getParent()
           
 

Methods in org.jboss.dashboard.profiler that return types with arguments of type TimeTrace
 List<TimeTrace> ThreadProfile.calculateTimeTraces()
          Calculates the list of time traces.
protected  List<TimeTrace> ThreadProfile.calculateTimeTraces(int sampleStart, int sampleEnd, int stackLevel)
          Search for two consecutive stack traces in the specified sample interval & stack level.
 List<TimeTrace> TimeTrace.getChildren()
           
 

Methods in org.jboss.dashboard.profiler with parameters of type TimeTrace
 void TimeTrace.setParent(TimeTrace parent)
           
 

Method parameters in org.jboss.dashboard.profiler with type arguments of type TimeTrace
 void TimeTrace.setChildren(List<TimeTrace> children)
           
protected  void ThreadProfile.toPlainList(List<TimeTrace> traces, List<TimeTrace> results)
           
protected  void ThreadProfile.toPlainList(List<TimeTrace> traces, List<TimeTrace> results)
           
 

Constructor parameters in org.jboss.dashboard.profiler with type arguments of type TimeTrace
TimeTrace(StackTraceElement[] stackTrace, List<StackTrace> samples, List<TimeTrace> children, CodeBlockTrace context)
           
 


Dashboard Builder Commons 6.1.0.CR1

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.