Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-stacks.cpp433 auto &Deepest = TS.back(); in accountRecord() local
435 Deepest.first->ExtraData.IntermediateDurations.push_back( in accountRecord()
436 std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC)); in accountRecord()
438 Deepest.first->ExtraData.TerminalDurations.push_back( in accountRecord()
439 std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC)); in accountRecord()