Package | Description |
---|---|
com.caucho.quercus.profile |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ProfileItem> |
ProfileMethod.getChildItems()
Returns the child items.
|
java.util.ArrayList<ProfileItem> |
ProfileMethod.getChildItemsByMicros()
Returns the child items, sorted by micros.
|
java.util.ArrayList<ProfileItem> |
ProfileReport.getItemList()
Returns the list of profile items.
|
java.util.ArrayList<ProfileItem> |
ProfileMethod.getParentItems()
Returns the parent items.
|
java.util.ArrayList<ProfileItem> |
ProfileMethod.getParentItemsByMicros()
Returns the parent items, sorted by micros.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileMethod.addChild(ProfileItem item)
Adds a child item
|
void |
ProfileMethod.addParent(ProfileItem item)
Adds a parent item
|