PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Measurement of CPU load of each individual task. More...
#include <px4_platform_common/px4_config.h>
#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
#include <sys/time.h>
#include <arch/board/board.h>
#include <drivers/drv_hrt.h>
#include "cpuload.h"
Go to the source code of this file.
Measurement of CPU load of each individual task.
Definition in file cpuload.c.