All Implemented Interfaces:
Comparable<WeightedTree<ICallStackSymbol>>

public class AggregatedStackTraces extends AggregatedCallSite
A data structure aggregating data from the callstack for sampled call stack data. It counts the number of times each frame pointer was present in a given stack
Author:
Geneviève Bastien
  • Constructor Details

    • AggregatedStackTraces

      public AggregatedStackTraces(ICallStackSymbol symbol)
      Constructor
      Parameters:
      symbol - The symbol for this frame pointer
  • Method Details

    • copyOf

      public AggregatedStackTraces copyOf()
      Description copied from class: AggregatedCallSite
      Make a copy of this callsite, with its statistics. Implementing classes should make sure they copy all fields of the callsite, including the statistics.
      Overrides:
      copyOf in class AggregatedCallSite
      Returns:
      A copy of this aggregated call site