Searched refs:Deepest (Results 1 – 1 of 1) sorted by relevance
432 auto &Deepest = TS.back(); in accountRecord() local434 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()