|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
seda.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
Nested Class Summary | |
(package private) class |
sandStormProfiler.profile
|
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface seda.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 |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
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
name
- The name of the object as it should appear in the profile.pr
- The object to profile.public void run()
run
in interface java.lang.Runnable
public StageGraph getGraphProfiler()
ProfilerIF
getGraphProfiler
in interface ProfilerIF
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |