![]() |
F´ Flight Software - C/C++ Documentation
devel
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 <Fw/Types/Assert.hpp>
#include <Os/SystemResources.hpp>
Go to the source code of this file.
Namespaces | |
Os | |
Functions | |
kern_return_t | Os::vm_stat_helper (FwSizeType &used, FwSizeType &total) |
reads macOS virtual memory statistics for memory calculation More... | |
kern_return_t | Os::cpu_data_helper (processor_cpu_load_info_t &cpu_load_info, U32 &cpu_count) |
helper around raw CPU capture API More... | |
kern_return_t | Os::cpu_by_index (U32 cpu_index, FwSizeType &used, FwSizeType &total) |
Query for a single CPU's ticks information. More... | |