index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
perf_stats.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-5
/
+5
*
perf_stats: Remove unused variable within DoFrameLimiting()
Lioncash
2018-10-24
1
-4
/
+0
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-2
/
+2
*
Merge pull request #840 from FearlessTobi/port-3353
bunnei
2018-08-22
1
-4
/
+13
|
\
|
*
Port #3353 from Citra
fearlessTobi
2018-08-21
1
-4
/
+13
*
|
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
2018-08-21
1
-1
/
+1
|
/
*
perf_stats: Correct literal used for MAX_LAG_TIME_US
Lioncash
2018-08-06
1
-2
/
+2
*
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-06
1
-7
/
+6
*
math_util: Remove the Clamp() function
Lioncash
2018-04-20
1
-1
/
+2
*
UI: Fix frame rate perf stats
James Rowe
2018-01-17
1
-1
/
+1
*
Remove settings issues in sdl and fix a few files that broke in mingw
James Rowe
2018-01-13
1
-2
/
+1
*
PerfStats: Re-order and document members better
Yuri Kunde Schlesner
2017-02-27
1
-1
/
+1
*
Core: Re-write frame limiter
Yuri Kunde Schlesner
2017-02-27
1
-0
/
+33
*
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-27
1
-0
/
+11
*
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
2017-02-27
1
-3
/
+11
*
Add performance statistics to status bar
Yuri Kunde Schlesner
2017-02-27
1
-0
/
+53