perfmon.rst 677 B

12345678910111213141516171819202122232425
  1. 性能监视器
  2. ===================
  3. :link_to_translation:`en:[English]`
  4. 性能监视器组件提供了多个 API,可以通过这些 API 来使用 {IDF_TARGET_NAME} 的内部性能计数器,分析函数和应用程序。
  5. 应用示例
  6. -------------------
  7. 在目录 ``examples/system/perfmon`` 下提供了一个结合性能监视器的示例。此示例初始化并执行了性能监视器,同时打印了统计信息。
  8. 高级 API 参考
  9. ------------------------
  10. 头文件
  11. ^^^^^^^^^^^^
  12. * :component_file:`perfmon/include/perfmon.h`
  13. API 参考
  14. -------------
  15. .. include-build-file:: inc/xtensa_perfmon_access.inc
  16. .. include-build-file:: inc/xtensa_perfmon_apis.inc