Class DiagnosticCallStackSummaryNode
java.lang.Object
io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
-
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticCallStackSummaryNode(String elementName, DiagnosticCallStackEvent.ElementType elementType, long startTimeNanos, int depth, List<DiagnosticCallStackSummaryNode> children, long endTimeNanos, long totalDurationNanos, long selfDurationNanos, int invocationCount) -
Method Summary
-
Constructor Details
-
DiagnosticCallStackSummaryNode
public DiagnosticCallStackSummaryNode(String elementName, DiagnosticCallStackEvent.ElementType elementType, long startTimeNanos, int depth, List<DiagnosticCallStackSummaryNode> children, long endTimeNanos, long totalDurationNanos, long selfDurationNanos, int invocationCount)
-
-
Method Details
-
mergeWith
-
copy
-
getAvgTotalDurationNanos
public long getAvgTotalDurationNanos() -
getAvgSelfDurationNanos
public long getAvgSelfDurationNanos()
-