![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <mach/mach_error.h>#include <mach/mach_host.h>#include <mach/mach_init.h>#include <mach/mach_types.h>#include <mach/message.h>#include <mach/vm_map.h>#include <Fw/Types/Assert.hpp>#include <Os/Darwin/Cpu.hpp>Go to the source code of this file.
Namespaces | |
| Os | |
| Os::Darwin | |
| Os::Darwin::Cpu | |
Functions | |
| kern_return_t | Os::Darwin::Cpu::cpu_data_helper (processor_cpu_load_info_t &cpu_load_info, FwSizeType &cpu_count, mach_msg_type_number_t &processor_msg_count) |
| helper around raw CPU capture API More... | |
| void | Os::Darwin::Cpu::cpu_data_release (processor_cpu_load_info_t cpu_load_info, mach_msg_type_number_t processor_msg_count) |
| release the CPU information allocated by the kernel inside cpu_data_helper More... | |
| kern_return_t | Os::Darwin::Cpu::cpu_by_index (FwSizeType cpu_index, FwSizeType &used, FwSizeType &total) |
| Query for a single CPU's ticks information. More... | |