|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--mdw.sandStorm.internal.sandStormProfiler
sandStormProfiler is an implementation of the ProfilerIF interface for Sandstorm. It is implemented using a thread that periodically samples the set of ProfilableIF's registered with it, and outputs the profile to a file.
ProfilerIF
,
ProfilableIF
Inner Class Summary | |
(package private) class |
sandStormProfiler.profile
|
Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
Fields inherited from interface mdw.sandStorm.internal.sandStormConst |
MAJOR_VERSION, MINOR_VERSION, VERSION_STRING, WELCOME_STRING |
Constructor Summary | |
(package private) |
sandStormProfiler(ManagerIF mgr)
|
Method Summary | |
void |
add(java.lang.String name,
ProfilableIF pr)
Add a class to this profiler. |
boolean |
enabled()
Returns true if the profiler is enabled. |
StageGraph |
getGraphProfiler()
Return a handle to the graph profiler. |
void |
run()
|
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
sandStormProfiler(ManagerIF mgr) throws java.io.IOException
Method Detail |
public boolean enabled()
enabled
in interface ProfilerIF
public void add(java.lang.String name, ProfilableIF pr)
add
in interface ProfilerIF
mdw.sandStorm.api.ProfilerIF
name
- The name of the object as it should appear in the profile.pr
- The object to profile.public void run()
run
in class java.lang.Thread
public StageGraph getGraphProfiler()
ProfilerIF
getGraphProfiler
in interface ProfilerIF
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |