index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
perf_stats.cpp
Age
Commit message (
Expand
)
Author
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-03
perf_stats: Make use of designated initializers
Lioncash
2020-08-03
perf_stats: Mark GetMeanFrametime() as const
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-27
FrameLimiting: Enable frame limiting for single core.
Fernando Sahmkow
2019-11-12
perf_stats: Resolve implicit int to double conversion error
Lioncash
2019-09-10
Address review comments
FearlessTobi
2019-09-10
Add frametime logging for tracking performance over time
fearlessTobi
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2018-10-24
perf_stats: Remove unused variable within DoFrameLimiting()
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-22
Merge pull request #840 from FearlessTobi/port-3353
bunnei
2018-08-21
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
2018-08-21
Port #3353 from Citra
fearlessTobi
2018-08-05
perf_stats: Correct literal used for MAX_LAG_TIME_US
Lioncash
2018-08-05
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-04-20
math_util: Remove the Clamp() function
Lioncash
2018-01-16
UI: Fix frame rate perf stats
James Rowe
2018-01-12
Remove settings issues in sdl and fix a few files that broke in mingw
James Rowe
2017-02-26
PerfStats: Re-order and document members better
Yuri Kunde Schlesner
2017-02-26
Core: Re-write frame limiter
Yuri Kunde Schlesner
2017-02-26
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-26
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
2017-02-26
Add performance statistics to status bar
Yuri Kunde Schlesner