summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerformanceTracker.h
AgeCommit message (Expand)Author
2025-04-28Core, VideoCommon: Fix crash at shutdown due to destructor orderingMihai Brodschi
2025-04-22Common: SPSCQueue cleanups and improvements.Jordan Woyak
2025-03-15PerformanceTracker: Use SPSCQueue and atomic to eliminate need for a mutex. C...Jordan Woyak
2025-03-15PerformanceTracker: Use std::deque instead of hand-rolled circularJordan Woyak
2025-03-15PerformanceTracker: Pass chrono values instead of us s64.Jordan Woyak
2023-01-06PerformanceTracker: Add ownership of m_log_name.Sam Belliveau
2023-01-06PerformanceTracker: Use shared_mutex instead of mutex so multiple threads can...Sam Belliveau
2022-12-23Remove Redundant Access SpecifiersSam Belliveau
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau