mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +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())
|
||||
.count()};
|
||||
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());
|
||||
|
||||
#ifdef ENABLE_WEB_SERVICE
|
||||
|
|
Loading…
Reference in a new issue