Uses of Class
org.webmacro.profile.Profile

Packages that use Profile
org.webmacro   
org.webmacro.profile   
 

Uses of Profile in org.webmacro
 

Methods in org.webmacro that return Profile
 Profile Broker.newProfile()
          Get a profile instance that can be used to instrument code.
 

Uses of Profile in org.webmacro.profile
 

Methods in org.webmacro.profile that return Profile
 Profile ProfileCategory.newProfile()
          Instantiate a new Profile.
 Profile[] ProfileCategory.getProfiles()
          Get the current Profiles
 

Methods in org.webmacro.profile with parameters of type Profile
protected  void ProfileCategory.record(Profile p)
          Add the profiler to the record queue, and clean out any profilers that have been hanging around for too long.