Instance Propertynmggithub.kass 3.2.4MachCore
statistics
The statistics of the processor set.
var statistics: Mach.ProcessorSetStatisticsManager { get }
The statistics of the processor set.
var statistics: Mach.ProcessorSetStatisticsManager { get }
s8MachCore0A0V12ProcessorSetC10statisticsAC0cD17StatisticsManagerVvp
What are these?17VIY
import MachCore
The core module for interacting with the Mach kernel.
class ProcessorSet
A set of processors in a host.
struct Mach
The Mach kernel.
struct ProcessorSetStatisticsManager
A processor set statistics manager.
struct ProcessorSetStatisticsFlavor
A flavor of processor set statistics.
init(named name: processor_set_t, inHost host: Mach.Host)
Represents an processor set existing in a host.
static func `default`(inHost host: Mach.Host = .current) throws -> ProcessorSet
Gets the default processor set for a host.
var controlPort: ProcessorSetControl { get throws }
The processor set’s control port.
var info: Mach.ProcessorSetInfoManager { get }
The info of the processor set.
let owningHost: Mach.Host
The host that the processor is in.