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
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