|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.tools.timer.PerformanceTimer
public class PerformanceTimer
Method Summary | |
---|---|
void |
print(PrintStream out)
Dump the total time, total number of starts and stops, and average run time of the timer to an output stream. |
void |
start()
Start the timer. |
void |
stop()
Stop the timer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void start()
public void stop()
public void print(PrintStream out)
out
- output stream to write info to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |