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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2021-12-02
general: Replace high_resolution_clock with steady_clock
Morph
1
-2
/
+2
2021-07-24
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
1
-3
/
+3
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
1
-1
/
+1
2021-05-16
perf_stats: Rework FPS counter to be more accurate
ameerj
1
-3
/
+6
2020-08-03
perf_stats: Mark GetMeanFrametime() as const
Lioncash
1
-6
/
+5
2019-09-10
Address review comments
FearlessTobi
1
-0
/
+1
2019-09-10
Add frametime logging for tracking performance over time
fearlessTobi
1
-1
/
+19
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
1
-12
/
+12
2018-08-06
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
1
-4
/
+4
2017-02-27
PerfStats: Re-order and document members better
Yuri Kunde Schlesner
1
-4
/
+13
2017-02-27
Core: Re-write frame limiter
Yuri Kunde Schlesner
1
-0
/
+16
2017-02-27
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
1
-0
/
+7
2017-02-27
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
1
-1
/
+9
2017-02-27
Add performance statistics to status bar
Yuri Kunde Schlesner
1
-0
/
+43