summaryrefslogtreecommitdiffstats
path: root/src/core/perf_stats.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-04-07core: Replace lock_guard with scoped_lockMerry1-5/+5
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-24general: Rename "Frame Limit" references to "Speed Limit"ameerj1-10/+10
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-6/+13
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-05-16perf_stats: Rework FPS counter to be more accurateameerj1-6/+6
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-2/+2
2020-08-03perf_stats: Make use of designated initializersLioncash1-6/+7
2020-08-03perf_stats: Mark GetMeanFrametime() as constLioncash1-3/+4
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-2/+3
2020-06-27FrameLimiting: Enable frame limiting for single core.Fernando Sahmkow1-1/+1
2019-11-12perf_stats: Resolve implicit int to double conversion errorLioncash1-1/+1
2019-09-10Address review commentsFearlessTobi1-6/+8
2019-09-10Add frametime logging for tracking performance over timefearlessTobi1-1/+44
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-5/+5
2018-10-24perf_stats: Remove unused variable within DoFrameLimiting()Lioncash1-4/+0
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash1-2/+2
2018-08-21perf_stats: Change MAX_LAG_TIME_US to an appropriate valueMerryMage1-1/+1
2018-08-21Port #3353 from CitrafearlessTobi1-4/+13
2018-08-06perf_stats: Correct literal used for MAX_LAG_TIME_USLioncash1-2/+2
2018-08-06core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsLioncash1-7/+6
2018-04-20math_util: Remove the Clamp() functionLioncash1-1/+2
2018-01-17UI: Fix frame rate perf statsJames Rowe1-1/+1
2018-01-13Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe1-2/+1
2017-02-27PerfStats: Re-order and document members betterYuri Kunde Schlesner1-1/+1
2017-02-27Core: Re-write frame limiterYuri Kunde Schlesner1-0/+33
2017-02-27Core: Make PerfStats internally lockedYuri Kunde Schlesner1-0/+11
2017-02-27PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner1-3/+11
2017-02-27Add performance statistics to status barYuri Kunde Schlesner1-0/+53