public final class ThreadInfo extends java.lang.Object implements IStackTraceInfo
| Modifier and Type | Method and Description |
|---|---|
long |
getStackCallTime()
Returns the approximate time of the stacktrace data.
|
java.lang.StackTraceElement[] |
getStackTrace()
Returns the stack trace.
|
int |
getStatus()
Returns the VM thread status.
|
int |
getStime()
Returns the cumulative system time.
|
int |
getThreadId()
Returns the thread's ID.
|
java.lang.String |
getThreadName()
Returns the thread's name.
|
int |
getTid()
Returns the system tid.
|
int |
getUtime()
Returns the cumulative user time.
|
boolean |
isDaemon()
Returns whether this is a daemon thread.
|
public int getThreadId()
public java.lang.String getThreadName()
public int getTid()
public int getStatus()
public int getUtime()
public int getStime()
public boolean isDaemon()
public java.lang.StackTraceElement[] getStackTrace()
IStackTraceInfonull.getStackTrace in interface IStackTraceInfopublic long getStackCallTime()
getStackTrace()