public interface MethodProfileData
Modifier and Type | Method and Description |
---|---|
MethodProfilingNode[] |
getCalledMethods()
Gets an array of methods that this method calls.
|
MethodProfilingNode[] |
getCallingMethods()
Gets an array of methods that called this method.
|
long |
getMethodId()
Gets the unique method identifier.
|
java.lang.String |
getMethodName()
Gets the name of the method.
|
MethodProfileTime[] |
getMethodProfileTimes()
Gets the time data associated with each time that this method was sampled.
|
long |
getMethodSampleCount()
Gets the number of times that this method was sampled.
|
double |
getMethodSamplePercentage()
Gets the proportion of samples that originated from this method.
|
double |
getStackSamplePercentage()
Gets the proportion of samples that originated from this method and its
descendants.
|
long getMethodId()
MethodProfilingNode[] getCallingMethods()
MethodProfilingNode[] getCalledMethods()
java.lang.String getMethodName()
long getMethodSampleCount()
double getMethodSamplePercentage()
double getStackSamplePercentage()
MethodProfileTime[] getMethodProfileTimes()