This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
d9d4db43a1
esp-idf
/
examples
/
system
/
freertos
/
real_time_stats
/
sdkconfig.defaults
3 wiersze
79 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
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-18 19:04:17 +00: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 07:40:01 +00:00
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y