34 Commits (2b8955aaa490d93a1224e38036b475ea526305c7)

Author SHA1 Message Date
Morph 95585fe46b perf_stats: Check multicore first 3 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Merry 2ee92efb8e core: Replace lock_guard with scoped_lock 4 years ago
ameerj d27abf5546 core: Remove unused includes 4 years ago
ameerj aeff61a0cc general: Rename "Frame Limit" references to "Speed Limit" 4 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
ameerj 453e90ef6f perf_stats: Rework FPS counter to be more accurate 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash bb711ced9d perf_stats: Make use of designated initializers 5 years ago
Lioncash 2a2bc9c147 perf_stats: Mark GetMeanFrametime() as const 5 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
Fernando Sahmkow 3197d72996 FrameLimiting: Enable frame limiting for single core. 6 years ago
Lioncash 6fb1953e6c perf_stats: Resolve implicit int to double conversion error 6 years ago
FearlessTobi 82f6c628e7 Address review comments 6 years ago
fearlessTobi 32c6e238fd Add frametime logging for tracking performance over time 6 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash eb1e5a40e9 perf_stats: Remove unused variable within DoFrameLimiting() 7 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 7 years ago
MerryMage 2336c6bb5f perf_stats: Change MAX_LAG_TIME_US to an appropriate value 7 years ago
fearlessTobi fc6901c205 Port #3353 from Citra 7 years ago
Lioncash 610c7e7685 perf_stats: Correct literal used for MAX_LAG_TIME_US 7 years ago
Lioncash c34ee8cf08 core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds 7 years ago
Lioncash 043546e4db math_util: Remove the Clamp() function 8 years ago
James Rowe 263386fe42 UI: Fix frame rate perf stats 8 years ago
James Rowe d0588e52ab Remove settings issues in sdl and fix a few files that broke in mingw 8 years ago
Yuri Kunde Schlesner b50b227f94 PerfStats: Re-order and document members better 9 years ago
Yuri Kunde Schlesner 5990d020a8 Core: Re-write frame limiter 9 years ago
Yuri Kunde Schlesner ea78f30e67 Core: Make PerfStats internally locked 9 years ago
Yuri Kunde Schlesner 60f90d7c48 PerfStats: Add method to get the instantaneous time ratio 9 years ago
Yuri Kunde Schlesner 3a9447bc16 Add performance statistics to status bar 9 years ago