|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ProfilerIF is responsible for profiling the behavior of the system over time. If the system is being run in profiling mode, applications can get a handle to the ProfilerIF by invoking ManagerIF.getProfiler().
ManagerIF
Method Summary | |
void |
add(java.lang.String name,
ProfilableIF pr)
Add a class to the profile. |
boolean |
enabled()
Returns true if the system is being run in profiling mode; false otherwise. |
StageGraph |
getGraphProfiler()
Return a handle to the graph profiler. |
Method Detail |
public boolean enabled()
public void add(java.lang.String name, ProfilableIF pr)
name
- The name of the object as it should appear in the profile.pr
- The object to profile.public StageGraph getGraphProfiler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |