ProcessorSetStatisticsManager
A processor set statistics manager.
struct ProcessorSetStatisticsManager
Creating a Processor Set Statistics Manager
init(processorSet: Mach.ProcessorSet
) Creates a processor set statistics manager.
let port: Mach.ProcessorSet
The processor set port.
General Operations
func get<DataType>(Mach.ProcessorSetStatisticsFlavor, as: DataType.Type
) throws -> DataType Gets the processor set’s statistics.
Getting Specific Statistics
var load: processor_set_load_info
The processor set’s load statistics.