print_real_time_stats() is only used within real_time_stats sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK Success - ESP_ERR_NO_MEM Insufficient memory to allocated internal arrays - ESP_ERR_INVALID_SIZE Insufficient array size for uxTaskGetSystemState. Trying increasing ARRAY_SIZE_OFFSET - ESP_ERR_INVALID_STATE Delay duration too short

Notes

If any tasks are added or removed during the delay, the stats of those tasks will not be printed. This function should be called from a high priority task to minimize inaccuracies with delays. When running in dual core mode, each core will correspond to 50% of the run time.

References

from examples