summaryrefslogtreecommitdiff
path: root/src/core/perf_stats.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Replace lock_guard with scoped_lockGravatar Merry2022-04-071-5/+5
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* general: Rename "Frame Limit" references to "Speed Limit"Gravatar ameerj2021-07-231-10/+10
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-6/+13
* Merge pull request #6317 from ameerj/fps-fixGravatar bunnei2021-05-181-6/+6
|\
| * perf_stats: Rework FPS counter to be more accurateGravatar ameerj2021-05-151-6/+6
* | core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
|/
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-2/+2
* perf_stats: Make use of designated initializersGravatar Lioncash2020-08-031-6/+7
* perf_stats: Mark GetMeanFrametime() as constGravatar Lioncash2020-08-031-3/+4
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-2/+3
* FrameLimiting: Enable frame limiting for single core.Gravatar Fernando Sahmkow2020-06-271-1/+1
* perf_stats: Resolve implicit int to double conversion errorGravatar Lioncash2019-11-121-1/+1
* Address review commentsGravatar FearlessTobi2019-09-101-6/+8
* Add frametime logging for tracking performance over timeGravatar fearlessTobi2019-09-101-1/+44
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-5/+5
* perf_stats: Remove unused variable within DoFrameLimiting()Gravatar Lioncash2018-10-241-4/+0
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-2/+2
* Merge pull request #840 from FearlessTobi/port-3353Gravatar bunnei2018-08-221-4/+13
|\
| * Port #3353 from CitraGravatar fearlessTobi2018-08-211-4/+13
* | perf_stats: Change MAX_LAG_TIME_US to an appropriate valueGravatar MerryMage2018-08-211-1/+1
|/
* perf_stats: Correct literal used for MAX_LAG_TIME_USGravatar Lioncash2018-08-051-2/+2
* core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsGravatar Lioncash2018-08-051-7/+6
* math_util: Remove the Clamp() functionGravatar Lioncash2018-04-201-1/+2
* UI: Fix frame rate perf statsGravatar James Rowe2018-01-161-1/+1
* Remove settings issues in sdl and fix a few files that broke in mingwGravatar James Rowe2018-01-121-2/+1
* PerfStats: Re-order and document members betterGravatar Yuri Kunde Schlesner2017-02-261-1/+1
* Core: Re-write frame limiterGravatar Yuri Kunde Schlesner2017-02-261-0/+33
* Core: Make PerfStats internally lockedGravatar Yuri Kunde Schlesner2017-02-261-0/+11
* PerfStats: Add method to get the instantaneous time ratioGravatar Yuri Kunde Schlesner2017-02-261-3/+11
* Add performance statistics to status barGravatar Yuri Kunde Schlesner2017-02-261-0/+53