Package | Description |
---|---|
com.caucho.quercus.profile |
Modifier and Type | Method and Description |
---|---|
ProfileMethod |
ProfileReport.findMethodByIndex(int id)
Returns the method by its id.
|
ProfileMethod |
ProfileReport.findMethodByName(java.lang.String name)
Returns the method by its name.
|
protected ProfileMethod |
ProfileReport.getMethod(java.lang.String name)
Returns the ProfileMethod for the given method name
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ProfileMethod> |
ProfileReport.getMethods()
Returns the list of methods, sorted by self.
|
java.util.ArrayList<ProfileMethod> |
ProfileReport.getMethodsBySelfMicros()
Returns the list of methods, sorted by self.
|