Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-xray/
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()
762 case AggregationType::TOTAL_TIME: in __anona4728a560802()
763 ST.printAllAggregatingThreads<AggregationType::TOTAL_TIME>( in __anona4728a560802()
773 case AggregationType::TOTAL_TIME: in __anona4728a560802()
774 ST.printAllPerThread<AggregationType::TOTAL_TIME>(outs(), FuncIdHelper, in __anona4728a560802()