Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api.profiling |
Modifier and Type | Method and Description |
---|---|
MethodProfilingNode[] |
MethodProfilingNode.getCalledMethods()
Gets the methods that this method calls in this hierarchy.
|
MethodProfilingNode[] |
MethodProfileData.getCalledMethods()
Gets an array of methods that this method calls.
|
MethodProfilingNode[] |
MethodProfilingNode.getCallingMethods()
Gets an array of methods that have called this method in this hierarchy.
|
MethodProfilingNode[] |
MethodProfileData.getCallingMethods()
Gets an array of methods that called this method.
|