Uses of Class
io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
Packages that use DiagnosticCallStackSummaryNode
-
Uses of DiagnosticCallStackSummaryNode in io.higson.runtime.profiler.callstack
Methods in io.higson.runtime.profiler.callstack that return DiagnosticCallStackSummaryNodeMethods in io.higson.runtime.profiler.callstack with parameters of type DiagnosticCallStackSummaryNodeModifier and TypeMethodDescriptionvoidDiagnosticCallStackSummaryNode.mergeWith(DiagnosticCallStackSummaryNode other) Constructors in io.higson.runtime.profiler.callstack with parameters of type DiagnosticCallStackSummaryNodeModifierConstructorDescriptionDiagnosticCallStackSummary(DiagnosticCallStackSummaryNode rootNode, long totalDurationNanos) Constructor parameters in io.higson.runtime.profiler.callstack with type arguments of type DiagnosticCallStackSummaryNodeModifierConstructorDescriptionDiagnosticCallStackSummaryNode(String elementName, DiagnosticCallStackEvent.ElementType elementType, long startTimeNanos, int depth, List<DiagnosticCallStackSummaryNode> children, long endTimeNanos, long totalDurationNanos, long selfDurationNanos, int invocationCount)