|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.util.profiling.PAProfilerEngine
The Engine used for profiling code It creates profilers on request and keep them on a list It also registers itself to run when the JVM shutdowns and dump the results of the profilers
Method Summary | |
static Timer |
createTimer()
Create a profiler of default type |
void |
dump()
Call dump on all profilers registered in this engine |
static void |
main(java.lang.String[] args)
|
static void |
registerTimer(Timer papr)
Add profilers to be managed by this profiler engine |
static boolean |
removeTimer(Timer papr)
Remove a profiler from this engine It's dump() method will thus never be called |
void |
run()
This method starts when a shutdown of the VM is initiated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Timer createTimer()
public static void registerTimer(Timer papr)
papr
- public static boolean removeTimer(Timer papr)
papr
- public void run()
run
in interface java.lang.Runnable
public void dump()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |