perfmon.h 362 B

123456789101112131415161718192021222324
  1. #include "../../include/defines.h"
  2. #ifdef DEBUG_ENABLE_PERFMON
  3. #ifndef COMPONENTS_PERFMON_INCLUDE_PERFMON_H_
  4. #define COMPONENTS_PERFMON_INCLUDE_PERFMON_H_
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. #include "esp_err.h"
  9. esp_err_t perfmon_start();
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* COMPONENTS_PERFMON_INCLUDE_PERFMON_H_ */
  14. #endif //DEBUG_ENABLE_PERFMON