Class MethodProfilingNodeImpl
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.profiling.impl.MethodProfilingNodeImpl
- All Implemented Interfaces:
MethodProfilingNode
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCalledMethod(MethodProfilingNode calledMethod) voidaddCallingMethod(MethodProfilingNode callingMethod) Gets the methods that this method calls in this hierarchy.Gets an array of methods that have called this method in this hierarchy.Gets the name of this method.doubleGets the relative weight of the method in this call tree.
-
Method Details
-
addCallingMethod
-
getCallingMethods
Description copied from interface:MethodProfilingNodeGets an array of methods that have called this method in this hierarchy.- Specified by:
getCallingMethodsin interfaceMethodProfilingNode- Returns:
- an array of methods.
-
getMethodName
Description copied from interface:MethodProfilingNodeGets the name of this method.- Specified by:
getMethodNamein interfaceMethodProfilingNode- Returns:
- the method name.
-
getCalledMethods
Description copied from interface:MethodProfilingNodeGets the methods that this method calls in this hierarchy.- Specified by:
getCalledMethodsin interfaceMethodProfilingNode- Returns:
- an array of methods.
-
getWeight
public double getWeight()Description copied from interface:MethodProfilingNodeGets the relative weight of the method in this call tree.- Specified by:
getWeightin interfaceMethodProfilingNode- Returns:
- the method weight, as a percentage.
-
addCalledMethod
-