summaryrefslogtreecommitdiff
path: root/src/core/perf_stats.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* general: Replace high_resolution_clock with steady_clockGravatar Morph2021-12-021-2/+2
* general: Rename "Frame Limit" references to "Speed Limit"Gravatar ameerj2021-07-231-3/+3
* Merge pull request #6317 from ameerj/fps-fixGravatar bunnei2021-05-181-3/+6
|\
| * perf_stats: Rework FPS counter to be more accurateGravatar ameerj2021-05-151-3/+6
* | core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
|/
* perf_stats: Mark GetMeanFrametime() as constGravatar Lioncash2020-08-031-6/+5
* Address review commentsGravatar FearlessTobi2019-09-101-0/+1
* Add frametime logging for tracking performance over timeGravatar fearlessTobi2019-09-101-1/+19
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-12/+12
* core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsGravatar Lioncash2018-08-051-4/+4
* PerfStats: Re-order and document members betterGravatar Yuri Kunde Schlesner2017-02-261-4/+13
* Core: Re-write frame limiterGravatar Yuri Kunde Schlesner2017-02-261-0/+16
* Core: Make PerfStats internally lockedGravatar Yuri Kunde Schlesner2017-02-261-0/+7
* PerfStats: Add method to get the instantaneous time ratioGravatar Yuri Kunde Schlesner2017-02-261-1/+9
* Add performance statistics to status barGravatar Yuri Kunde Schlesner2017-02-261-0/+43