Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-06 01:51:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5863a27bd25cd012eef1fb65c46394c5ab901b42
esp-idf/examples/system/freertos/real_time_stats/sdkconfig.defaults

4 lines
123 B
Plaintext
Raw Normal View History

freertos: Add real time stats example The following commit adds a real time stats example demonstrating how to obtain task CPU usage statistics over a period of time, as opposed to the current run time stats in FreeRTOS which measures task CPU usage as a percentage of total system run time.
2019-02-19 03:04:17 +08:00
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
Whitespace: Automated whitespace fixes (large commit) Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
2020-11-10 18:40:01 +11:00
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
change(freertos): Update real_time_stats example to use configRUN_TIME_COUNTER_TYPE This commit updates the real_time_stats example to use the configurable configRUN_TIME_COUNTER_TYPE. The CONFIG_FREERTOS_RUN_TIME_COUNTER_TYPE_U64 is enabled by the example by default to demonstrate its usage. Note: Also cleaned up redundant configs in sdkconfig.ci
2023-10-31 15:44:37 +08:00
CONFIG_FREERTOS_RUN_TIME_COUNTER_TYPE_U64=y
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 183ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API