Home
last modified time | relevance | path

Searched refs:AggregationType (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp92 enum class AggregationType { enum
97 static cl::opt<AggregationType> RequestedAggregation(
102 AggregationType::TOTAL_TIME, "time",
104 clEnumValN(AggregationType::INVOCATION_COUNT, "count",
108 cl::sub(Stack), cl::init(AggregationType::TOTAL_TIME));
284 template <AggregationType AggType>
291 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack()
302 GetValueForStack<AggregationType::INVOCATION_COUNT>(const StackTrieNode *Node) { in GetValueForStack()
308 template <AggregationType T> struct DependentFalseType : std::false_type {};
310 template <AggregationType AggType>
[all …]