java.lang.Object
org.eclipse.tracecompass.incubator.callstack.core.callgraph.CallGraph
All Implemented Interfaces:
IWeightedTreeSet<@NonNull ICallStackSymbol,ICallStackElement,AggregatedCallSite>

public class CallGraph extends Object implements IWeightedTreeSet<@NonNull ICallStackSymbol,ICallStackElement,AggregatedCallSite>
Represents a callgraph, ie the aggregation of callsites per elements. TODO: Have an interface and keep the add* method internal
Author:
Geneviève Bastien