Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp96 enum class AggregationType { enum
101 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 …]