|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.profile.ProfileSystem
Constructor Summary | |
ProfileSystem()
|
Method Summary | |
void |
destroy()
Shut down the profiling system. |
static ProfileSystem |
getInstance()
|
ProfileCategory[] |
getProfileCategories()
Return an array of the ProfileCategory objects that are being managed. |
ProfileCategory |
newProfileCategory(java.lang.String name,
int rate,
int time)
Return a ProfileCategory for the category 'name'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProfileSystem()
Method Detail |
public static final ProfileSystem getInstance()
public ProfileCategory newProfileCategory(java.lang.String name, int rate, int time)
public ProfileCategory[] getProfileCategories()
public void destroy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |