summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerformanceMetrics.cpp
AgeCommit message (Expand)Author
2026-02-06PerformanceMetrics: Clamp graph minimum auto sizeDentomologist
2026-02-06PerformanceMetrics: Fix automatic graph resizingDentomologist
2026-02-06PerformanceMetrics: Add padding below graphDentomologist
2025-11-11VideoCommon/PerformanceMetrics: Display current offset between the latest fra...Jordan Woyak
2025-09-25OSD / Imgui: Add font size spinbox to Interface Pane.TryTwo
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-04-28Core, VideoCommon: Fix crash at shutdown due to destructor orderingMihai Brodschi
2025-04-25Merge pull request #13487 from Dentomologist/performancemetrics_fix_window_ar...Tilka
2025-04-05PerformanceMetrics: Fix window arrangementDentomologist
2025-04-02Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle c...Jordan Woyak
2025-03-27Fix shadowed variable warnings and missing declarationsJoshua Vandaƫle
2025-03-23Merge pull request #13398 from jordan-woyak/perf-trackerJMC47
2025-03-15PerformanceTracker: Use SPSCQueue and atomic to eliminate need for a mutex. C...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
2025-02-24PerformanceMetrics: Add clamping, resetting on resize, and settingDentomologist
2025-02-06Merge pull request #13330 from Dentomologist/performancemetrics_allow_moving_...Admiral H. Curtiss
2025-02-02PerformanceMetrics: Allow users to move overlaysDentomologist
2025-02-02PerformanceMetrics: Call ImGui::End() unconditionallyDentomologist
2023-03-11HW/VideoInterface: Refactor to class.Admiral H. Curtiss
2023-01-29Tie Speed to CPU Speed and not VPSSam Belliveau
2023-01-06CoreTiming: Throttle Before Every Event Using ChronoSam Belliveau
2023-01-06PerformanceMetrics: Fix Line Width Issue on Non HiDPI ScreensSam Belliveau
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau