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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-12
perf_stats: Resolve implicit int to double conversion error
Lioncash
1
-1
/
+1
2019-09-10
Address review comments
FearlessTobi
1
-6
/
+8
2019-09-10
Add frametime logging for tracking performance over time
fearlessTobi
1
-1
/
+44
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
1
-5
/
+5
2018-10-24
perf_stats: Remove unused variable within DoFrameLimiting()
Lioncash
1
-4
/
+0
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
1
-2
/
+2
2018-08-21
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
1
-1
/
+1
2018-08-21
Port #3353 from Citra
fearlessTobi
1
-4
/
+13
2018-08-06
perf_stats: Correct literal used for MAX_LAG_TIME_US
Lioncash
1
-2
/
+2
2018-08-06
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
1
-7
/
+6
2018-04-20
math_util: Remove the Clamp() function
Lioncash
1
-1
/
+2
2018-01-17
UI: Fix frame rate perf stats
James Rowe
1
-1
/
+1
2018-01-13
Remove settings issues in sdl and fix a few files that broke in mingw
James Rowe
1
-2
/
+1
2017-02-27
PerfStats: Re-order and document members better
Yuri Kunde Schlesner
1
-1
/
+1
2017-02-27
Core: Re-write frame limiter
Yuri Kunde Schlesner
1
-0
/
+33
2017-02-27
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
1
-0
/
+11
2017-02-27
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
1
-3
/
+11
2017-02-27
Add performance statistics to status bar
Yuri Kunde Schlesner
1
-0
/
+53