This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-03 08:31:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e8c901b14434323552c28129a1c0a8e314d1c266
esp-idf
/
examples
/
system
/
freertos
/
real_time_stats
/
sdkconfig.defaults
3 lines
79 B
Plaintext
Raw
Normal View
History
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-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
Reference in New Issue
Copy Permalink