Class DiagnosticCallStackEvent
java.lang.Object
io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic DiagnosticCallStackEventstart(String elementName, DiagnosticCallStackEvent.ElementType elementType) static DiagnosticCallStackEventstop(String elementName, DiagnosticCallStackEvent.ElementType elementType)
-
Method Details
-
start
public static DiagnosticCallStackEvent start(String elementName, DiagnosticCallStackEvent.ElementType elementType) -
stop
public static DiagnosticCallStackEvent stop(String elementName, DiagnosticCallStackEvent.ElementType elementType)
-