![]() |
nRF Connect SDK API 3.3.99
|
| #define APP_EVENT_INFO_DEFINE | ( | ename, | |
| types, | |||
| labels, | |||
| profile_func ) |
#include <include/app_event_manager_profiler_tracer.h>
Define event profiling information.
This macro provides definitions required for an event to be profiled.
| ename | Name of the event. |
| types | Types of values to profile (represented as nrf_profiler_arg). |
| labels | Labels of values to profile. |
| profile_func | Function used to profile event data. |