public interface MethodProfilingNode
Modifier and Type | Method and Description |
---|---|
MethodProfilingNode[] |
getCalledMethods()
Gets the methods that this method calls in this hierarchy.
|
MethodProfilingNode[] |
getCallingMethods()
Gets an array of methods that have called this method in this hierarchy.
|
java.lang.String |
getMethodName()
Gets the name of this method.
|
double |
getWeight()
Gets the relative weight of the method in this call tree.
|
java.lang.String getMethodName()
double getWeight()
MethodProfilingNode[] getCalledMethods()
MethodProfilingNode[] getCallingMethods()