Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp97 TOTAL_TIME, // The total time spent in a stack and its callees. enumerator
106 AggregationType::TOTAL_TIME, "time",
112 cl::sub(Stack), cl::init(AggregationType::TOTAL_TIME));
293 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack()
764 case AggregationType::TOTAL_TIME: in __anon6736a0a20702()
765 ST.printAllAggregatingThreads<AggregationType::TOTAL_TIME>( in __anon6736a0a20702()
775 case AggregationType::TOTAL_TIME: in __anon6736a0a20702()
776 ST.printAllPerThread<AggregationType::TOTAL_TIME>(outs(), FuncIdHelper, in __anon6736a0a20702()