Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A 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()
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt60 Added support for _DSC (Deepest State for Configuration) as per ACPI 6.5.