|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TTimekeeper
TTimekeeper is the base interface for tracing periods of time. It is used for performance measurements. A TTimekeeper knows the time of its creation. The end time of the period to measure is set by calling end().
Method Summary | |
---|---|
void |
end()
Ends a timekeeper. |
java.lang.String |
toString()
Get a string representation for this object. |
Method Detail |
---|
void end()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |