aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/perf_stats.cpp
AgeCommit message (Expand)Author
2023-03-07perf_stats: Check multicore firstMorph
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-04-07core: Replace lock_guard with scoped_lockMerry
2021-11-03core: Remove unused includesameerj
2021-07-23general: Rename "Frame Limit" references to "Speed Limit"ameerj
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-18Merge pull request #6317 from ameerj/fps-fixbunnei
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-04-14common: Move settings to common from core.bunnei
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-03perf_stats: Make use of designated initializersLioncash
2020-08-03perf_stats: Mark GetMeanFrametime() as constLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-27FrameLimiting: Enable frame limiting for single core.Fernando Sahmkow
2019-11-12perf_stats: Resolve implicit int to double conversion errorLioncash
2019-09-10Address review commentsFearlessTobi
2019-09-10Add frametime logging for tracking performance over timefearlessTobi
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2018-10-24perf_stats: Remove unused variable within DoFrameLimiting()Lioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-22Merge pull request #840 from FearlessTobi/port-3353bunnei
2018-08-21perf_stats: Change MAX_LAG_TIME_US to an appropriate valueMerryMage
2018-08-21Port #3353 from CitrafearlessTobi
2018-08-05perf_stats: Correct literal used for MAX_LAG_TIME_USLioncash
2018-08-05core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsLioncash
2018-04-20math_util: Remove the Clamp() functionLioncash
2018-01-16UI: Fix frame rate perf statsJames Rowe
2018-01-12Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe
2017-02-26PerfStats: Re-order and document members betterYuri Kunde Schlesner
2017-02-26Core: Re-write frame limiterYuri Kunde Schlesner
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner