mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 3e25d441a5
			
		
	
	3e25d441a5
	
	
	
		
			
			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.
		
			
				
	
	
		
			2 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_FREERTOS_USE_TRACE_FACILITY=y
 | |
| CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y |