index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
PerformanceMetrics.cpp
Age
Commit message (
Expand
)
Author
2026-04-19
VideoCommon: Added an option to showcase internal resolution, EFB width x hei...
Elyas Hue
2026-03-14
Move PerformanceMetrics from global variable to System
Mihai Brodschi
2026-03-07
PerformanceMetrics: Use HookableEvent for state changed callback
Dentomologist
2026-02-06
PerformanceMetrics: Clamp graph minimum auto size
Dentomologist
2026-02-06
PerformanceMetrics: Fix automatic graph resizing
Dentomologist
2026-02-06
PerformanceMetrics: Add padding below graph
Dentomologist
2025-11-11
VideoCommon/PerformanceMetrics: Display current offset between the latest fra...
Jordan Woyak
2025-09-25
OSD / Imgui: Add font size spinbox to Interface Pane.
TryTwo
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-04-28
Core, VideoCommon: Fix crash at shutdown due to destructor ordering
Mihai Brodschi
2025-04-25
Merge pull request #13487 from Dentomologist/performancemetrics_fix_window_ar...
Tilka
2025-04-05
PerformanceMetrics: Fix window arrangement
Dentomologist
2025-04-02
Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle c...
Jordan Woyak
2025-03-27
Fix shadowed variable warnings and missing declarations
Joshua Vandaƫle
2025-03-23
Merge pull request #13398 from jordan-woyak/perf-tracker
JMC47
2025-03-15
PerformanceTracker: Use SPSCQueue and atomic to eliminate need for a mutex. C...
Jordan Woyak
2025-03-14
Core: Remove unused GetActualEmulationSpeed function and related variables/fu...
Jordan Woyak
2025-03-14
PerformanceMetrics: Eliminated a mutex. Code cleanups.
Jordan Woyak
2025-02-24
PerformanceMetrics: Add clamping, resetting on resize, and setting
Dentomologist
2025-02-06
Merge pull request #13330 from Dentomologist/performancemetrics_allow_moving_...
Admiral H. Curtiss
2025-02-02
PerformanceMetrics: Allow users to move overlays
Dentomologist
2025-02-02
PerformanceMetrics: Call ImGui::End() unconditionally
Dentomologist
2023-03-11
HW/VideoInterface: Refactor to class.
Admiral H. Curtiss
2023-01-29
Tie Speed to CPU Speed and not VPS
Sam Belliveau
2023-01-06
CoreTiming: Throttle Before Every Event Using Chrono
Sam Belliveau
2023-01-06
PerformanceMetrics: Fix Line Width Issue on Non HiDPI Screens
Sam Belliveau
2022-12-23
New FrameTime/VBlank Analyzer + Graph
Sam Belliveau