Class DiagnosticCallStack
java.lang.Object
io.higson.runtime.profiler.callstack.DiagnosticCallStack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static DiagnosticCallStackcurrent()booleanisEmpty()voidpushStart(String elementName, DiagnosticCallStackEvent.ElementType elementType) voidpushStop(String elementName, DiagnosticCallStackEvent.ElementType elementType)
-
Constructor Details
-
DiagnosticCallStack
public DiagnosticCallStack()
-
-
Method Details
-
current
-
clear
public static void clear() -
pushStart
-
pushStop
-
getEvents
-
isEmpty
public boolean isEmpty()
-