mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
std::chrono cleanup: always use steady_clock
This commit is contained in:
parent
12a48fc6d1
commit
aa3aef4beb
19 changed files with 96 additions and 97 deletions
|
@ -1195,7 +1195,7 @@ namespace rsx
|
|||
struct profiling_timer
|
||||
{
|
||||
bool enabled = false;
|
||||
std::chrono::time_point<steady_clock> last;
|
||||
steady_clock::time_point last;
|
||||
|
||||
profiling_timer() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue