Uses of Class
com.caucho.quercus.profile.ProfileItem

Packages that use ProfileItem
com.caucho.quercus.profile   
 

Uses of ProfileItem in com.caucho.quercus.profile
 

Methods in com.caucho.quercus.profile that return types with arguments of type ProfileItem
 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.
 

Methods in com.caucho.quercus.profile with parameters of type ProfileItem
 void ProfileMethod.addChild(ProfileItem item)
          Adds a child item
 void ProfileMethod.addParent(ProfileItem item)
          Adds a parent item