|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.util.Profiler
public class Profiler
Simple Profiler
| Constructor Summary | |
|---|---|
Profiler()
|
|
| Method Summary | |
|---|---|
void |
checkPoint(java.lang.String detail)
mark checkpoint |
void |
dump(java.io.PrintStream p,
java.lang.String indent)
|
long |
getElapsed()
|
long |
getParcial()
|
void |
reset()
reset timers |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Profiler()
| Method Detail |
|---|
public void reset()
public void checkPoint(java.lang.String detail)
detail - checkpoint informationpublic long getElapsed()
public long getParcial()
public void dump(java.io.PrintStream p,
java.lang.String indent)
dump in interface Loggeable
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||