public interface MethodTraceEvent
Modifier and Type | Method and Description |
---|---|
long |
getEndTime()
Gets the end time of this profile event.
|
java.lang.String |
getName()
Gets the name of this method.
|
long |
getStartTime()
Gets the start time of this profile event.
|
long |
getThreadID()
Gets the thread id that this profile event took place on.
|
java.lang.String |
getThreadName()
Gets the name of the thread that this profile event took place on.
|
java.lang.String getName()
java.lang.String getThreadName()
long getThreadID()
long getStartTime()
long getEndTime()