|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.tools.timer.PerformanceTimerFactory
public class PerformanceTimerFactory
Method Summary | |
---|---|
void |
dumpTimers()
|
void |
dumpTimers(PrintStream out)
Call print on all of the known performance timers. |
static PerformanceTimerFactory |
getPerfTimerFactory()
Get the timer factory. |
PerformanceTimer |
getTimer(String name)
Get a performance timer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PerformanceTimerFactory getPerfTimerFactory()
public PerformanceTimer getTimer(String name)
name
- Name of the timer to return.
public void dumpTimers(PrintStream out)
out
- output stream to dump topublic void dumpTimers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |