mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Update telemetry_session.cpp
Change Session -> Performance
This commit is contained in:
		
							parent
							
								
									a77cd00cbe
								
							
						
					
					
						commit
						135b054f74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -99,7 +99,7 @@ TelemetrySession::~TelemetrySession() { | ||||||
|                                 std::chrono::system_clock::now().time_since_epoch()) |                                 std::chrono::system_clock::now().time_since_epoch()) | ||||||
|                                 .count()}; |                                 .count()}; | ||||||
|     AddField(Telemetry::FieldType::Session, "Shutdown_Time", shutdown_time); |     AddField(Telemetry::FieldType::Session, "Shutdown_Time", shutdown_time); | ||||||
|     AddField(Telemetry::FieldType::Session, "Mean_Frametime_MS", |     AddField(Telemetry::FieldType::Performance, "Mean_Frametime_MS", | ||||||
|              Core::System::GetInstance().perf_stats->GetMeanFrametime()); |              Core::System::GetInstance().perf_stats->GetMeanFrametime()); | ||||||
| 
 | 
 | ||||||
| #ifdef ENABLE_WEB_SERVICE | #ifdef ENABLE_WEB_SERVICE | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue