Dashboard Builder Commons 6.2.0.Beta3

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

Packages that use StackTrace
org.jboss.dashboard.profiler   
 

Uses of StackTrace in org.jboss.dashboard.profiler
 

Subclasses of StackTrace in org.jboss.dashboard.profiler
 class TimeTrace
          A time trace is a way to group a sequence of stack traces in a hierarchical way.
 

Fields in org.jboss.dashboard.profiler with type parameters of type StackTrace
protected  List<StackTrace> ThreadProfile.stackTraces
          Stack trace samples captured by the profiler.
protected  List<StackTrace> TimeTrace.stackTraces
           
 

Methods in org.jboss.dashboard.profiler that return StackTrace
protected  StackTrace StackTrace.intersect(StackTrace other)
          Intersect two stack traces.
 

Methods in org.jboss.dashboard.profiler that return types with arguments of type StackTrace
 List<StackTrace> TimeTrace.getStackTraces()
           
 

Methods in org.jboss.dashboard.profiler with parameters of type StackTrace
 boolean StackTrace.equals(StackTrace other)
           
protected  StackTrace StackTrace.intersect(StackTrace other)
          Intersect two stack traces.
 

Method parameters in org.jboss.dashboard.profiler with type arguments of type StackTrace
 void TimeTrace.setStackTraces(List<StackTrace> stackTraces)
           
 

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


Dashboard Builder Commons 6.2.0.Beta3

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