Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp93 TOTAL_TIME, // The total time spent in a stack and its callees. enumerator
102 AggregationType::TOTAL_TIME, "time",
108 cl::sub(Stack), cl::init(AggregationType::TOTAL_TIME));
291 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack()
755 case AggregationType::TOTAL_TIME: in __anonfeaa86b40802()
756 ST.printAllAggregatingThreads<AggregationType::TOTAL_TIME>( in __anonfeaa86b40802()
766 case AggregationType::TOTAL_TIME: in __anonfeaa86b40802()
767 ST.printAllPerThread<AggregationType::TOTAL_TIME>(outs(), FuncIdHelper, in __anonfeaa86b40802()