Uses of Interface
com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfilingNode
Packages that use MethodProfilingNode
Package
Description
-
Uses of MethodProfilingNode in com.ibm.java.diagnostics.healthcenter.api.profiling
Methods in com.ibm.java.diagnostics.healthcenter.api.profiling that return MethodProfilingNodeModifier and TypeMethodDescriptionMethodProfileData.getCalledMethods()Gets an array of methods that this method calls.MethodProfilingNode.getCalledMethods()Gets the methods that this method calls in this hierarchy.MethodProfileData.getCallingMethods()Gets an array of methods that called this method.MethodProfilingNode.getCallingMethods()Gets an array of methods that have called this method in this hierarchy. -
Uses of MethodProfilingNode in com.ibm.java.diagnostics.healthcenter.api.profiling.impl
Classes in com.ibm.java.diagnostics.healthcenter.api.profiling.impl that implement MethodProfilingNodeMethods in com.ibm.java.diagnostics.healthcenter.api.profiling.impl that return MethodProfilingNodeModifier and TypeMethodDescriptionMethodProfileDataImpl.getCalledMethods()MethodProfilingNodeImpl.getCalledMethods()MethodProfileDataImpl.getCallingMethods()MethodProfilingNodeImpl.getCallingMethods()Methods in com.ibm.java.diagnostics.healthcenter.api.profiling.impl with parameters of type MethodProfilingNodeModifier and TypeMethodDescriptionvoidMethodProfilingNodeImpl.addCalledMethod(MethodProfilingNode calledMethod) voidMethodProfilingNodeImpl.addCallingMethod(MethodProfilingNode callingMethod)