Uses of Interface
org.gridkit.jvmtool.stacktrace.GenericStackElement

Packages that use GenericStackElement
org.gridkit.jvmtool.stacktrace   
org.gridkit.jvmtool.stacktrace.analytics.flame   
 

Uses of GenericStackElement in org.gridkit.jvmtool.stacktrace
 

Classes in org.gridkit.jvmtool.stacktrace with type parameters of type GenericStackElement
 interface GenericStackElementList<T extends GenericStackElement>
           
 

Classes in org.gridkit.jvmtool.stacktrace that implement GenericStackElement
 class StackFrame
           
 

Methods in org.gridkit.jvmtool.stacktrace that return GenericStackElement
 T[] GenericStackElementList.toArray()
           
 

Uses of GenericStackElement in org.gridkit.jvmtool.stacktrace.analytics.flame
 

Methods in org.gridkit.jvmtool.stacktrace.analytics.flame that return types with arguments of type GenericStackElement
protected abstract  Comparator<GenericStackElement> GenericFlameGraphGenerator.comparator()
           
protected  Comparator<GenericStackElement> FlameGraphGenerator.comparator()
           
protected abstract  Comparator<GenericStackElement> AbstractFlameCharter.comparator()
           
 

Methods in org.gridkit.jvmtool.stacktrace.analytics.flame with parameters of type GenericStackElement
 int RainbowColorPicker.pickColor(GenericStackElement[] trace)
           
 int FlameColorPicker.pickColor(GenericStackElement[] trace)
           
 int DefaultColorPicker.pickColor(GenericStackElement[] trace)
           
 



Copyright © 2019. All Rights Reserved.