summaryrefslogtreecommitdiff
path: root/src/core/perf_stats.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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