common: Rework timekeeping with native RDTSC and port to linux

This commit is contained in:
GPUCode 2024-02-15 00:52:57 +02:00
parent acfa56f6bc
commit fe43558779
37 changed files with 818 additions and 279 deletions

View file

@ -1,4 +1,6 @@
#pragma once
#include <atomic>
#include <mutex>
#include <string>
#include <vector>
@ -52,4 +54,4 @@ class HandleTable {
std::mutex m_mutex;
};
} // namespace Core::FileSys
} // namespace Core::FileSys