Searched refs:AggregationType (Results 1 – 1 of 1) sorted by relevance
96 enum class AggregationType { enum101 static cl::opt<AggregationType> RequestedAggregation(106 AggregationType::TOTAL_TIME, "time",108 clEnumValN(AggregationType::INVOCATION_COUNT, "count",112 cl::sub(Stack), cl::init(AggregationType::TOTAL_TIME));286 template <AggregationType AggType>293 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack()304 GetValueForStack<AggregationType::INVOCATION_COUNT>(const StackTrieNode *Node) { in GetValueForStack()310 template <AggregationType T> struct DependentFalseType : std::false_type {};312 template <AggregationType AggType>[all …]