|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>#include <px4_platform_common/module.h>#include <unistd.h>#include <stdio.h>#include <string.h>#include <perf/perf_counter.h>Go to the source code of this file.
Functions | |
| __EXPORT int | perf_main (int argc, char *argv[]) |
| static void | print_usage (void) |
| int perf_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 59 of file perf.c.
References perf_print_all(), perf_print_latency(), perf_reset_all(), and print_usage().
|
static |
Definition at line 47 of file perf.c.
Referenced by perf_main().