summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerformanceMetrics.h
AgeCommit message (Expand)Author
2025-11-11VideoCommon/PerformanceMetrics: Display current offset between the latest fra...Jordan Woyak
2025-04-28Core, VideoCommon: Fix crash at shutdown due to destructor orderingMihai Brodschi
2025-04-02Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle c...Jordan Woyak
2025-03-23Merge pull request #13398 from jordan-woyak/perf-trackerJMC47
2025-03-15PerformanceTracker: Pass chrono values instead of us s64.Jordan Woyak
2025-03-14Core: Remove unused GetActualEmulationSpeed function and related variables/fu...Jordan Woyak
2025-03-14PerformanceMetrics: Eliminated a mutex. Code cleanups.Jordan Woyak
2023-02-15Fix uninitialized variable warnings (C26495)Pokechu22
2023-01-29Tie Speed to CPU Speed and not VPSSam Belliveau
2023-01-06CoreTiming: Throttle Before Every Event Using ChronoSam Belliveau
2023-01-06PerformanceTracker: Add ownership of m_log_name.Sam Belliveau
2022-12-26Fix Speed Counter Sample SizeSam Belliveau
2022-12-23Remove Redundant Access SpecifiersSam Belliveau
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau