virtual bool IsFunctionAggregation() const;
IsFunctionAggregation - If true, AMP does not keep track of each individual function call within a frame, but adds up all the function calls that have been made from the same calling function. This is faster, but does not always result in an accurate call stack.