public final class TraceEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TraceEvent.Type |
Modifier and Type | Method and Description |
---|---|
static TraceEvent |
end(Trace trace) |
Trace |
getTrace() |
TraceEvent.Type |
getType() |
static TraceEvent |
start(Trace trace) |
public TraceEvent.Type getType()
public Trace getTrace()
public static TraceEvent start(Trace trace)
public static TraceEvent end(Trace trace)