Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp432 auto &Deepest = TS.back(); in accountRecord() local
434 Deepest.first->ExtraData.IntermediateDurations.push_back( in accountRecord()
435 std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC)); in accountRecord()
437 Deepest.first->ExtraData.TerminalDurations.push_back( in accountRecord()
438 std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC)); in accountRecord()