|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProfilerIF
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 |
|---|
boolean enabled()
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.StageGraph getGraphProfiler()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||