mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	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
		
			
				
	
	
		
			4 lines
		
	
	
		
			123 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			123 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
 | 
						|
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
 | 
						|
CONFIG_FREERTOS_RUN_TIME_COUNTER_TYPE_U64=y
 |