|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.profile.ProfileEvent
The ProfileEvent interface describes an event that took place in the system. All that is recorded about the event is its name, when it started, and when it stopped.
Field Summary | |
int |
depth
How many levels down the "call stack" is this event? In other words, how many events enclose it. |
int |
duration
Milliseconds that this event lasted for |
java.lang.String |
name
The name of this event |
long |
start
Milliseconds since Jan 1, 1970 that this event started |
Constructor Summary | |
ProfileEvent()
Create a new profile event with null and 0 values |
|
ProfileEvent(java.lang.String name,
int start,
int duration,
int depth)
Create a new profile event with the supplied values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
public long start
public int duration
public int depth
Constructor Detail |
public ProfileEvent()
public ProfileEvent(java.lang.String name, int start, int duration, int depth)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |