PX4 Firmware
PX4 Autopilot Software http://px4.io
perf.c File Reference
#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>
Include dependency graph for perf.c:

Go to the source code of this file.

Functions

__EXPORT int perf_main (int argc, char *argv[])
 
static void print_usage (void)
 

Function Documentation

◆ perf_main()

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().

Here is the call graph for this function:

◆ print_usage()

static void print_usage ( void  )
static

Definition at line 47 of file perf.c.

Referenced by perf_main().

Here is the caller graph for this function: