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

Packages that use ProfileMethod
com.caucho.quercus.profile   
 

Uses of ProfileMethod in com.caucho.quercus.profile
 

Methods in com.caucho.quercus.profile that return ProfileMethod
 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
 

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