index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
perf_stats.cpp
Age
Commit message (
Expand
)
Author
2023-03-07
perf_stats: Check multicore first
Morph
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-04-07
core: Replace lock_guard with scoped_lock
Merry
2021-11-03
core: Remove unused includes
ameerj
2021-07-23
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-18
Merge pull request #6317 from ameerj/fps-fix
bunnei
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-15
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-04-14
common: Move settings to common from core.
bunnei
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