Searched refs:Deepest (Results 1 – 2 of 2) sorted by relevance
433 auto &Deepest = TS.back(); in accountRecord() local435 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()
60 Added support for _DSC (Deepest State for Configuration) as per ACPI 6.5.