mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PerformanceTracker: Add ownership of m_log_name.
This commit is contained in:

committed by
Admiral H. Curtiss

parent
bc46089ab0
commit
588a72a4fc
@ -34,7 +34,7 @@ public:
|
||||
private:
|
||||
PerformanceTracker m_fps_counter{"render_times.txt"};
|
||||
PerformanceTracker m_vps_counter{"vblank_times.txt"};
|
||||
PerformanceTracker m_speed_counter{nullptr, 500000};
|
||||
PerformanceTracker m_speed_counter{std::nullopt, 500000};
|
||||
};
|
||||
|
||||
extern PerformanceMetrics g_perf_metrics;
|
||||
|
Reference in New Issue
Block a user