mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
PerformanceTracker: Pass chrono values instead of us s64.
This commit is contained in:
parent
225039f742
commit
b2ce3fbefc
3 changed files with 7 additions and 9 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
private:
|
||||
PerformanceTracker m_fps_counter{"render_times.txt"};
|
||||
PerformanceTracker m_vps_counter{"vblank_times.txt"};
|
||||
PerformanceTracker m_speed_counter{std::nullopt, 1000000};
|
||||
PerformanceTracker m_speed_counter{std::nullopt, std::chrono::seconds{1}};
|
||||
|
||||
double m_graph_max_time = 0.0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue