ecritchl / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
GNU General Public License v2.0
0 stars 0 forks source link

Performance Testing #3

Open hcoffey1 opened 5 years ago

hcoffey1 commented 5 years ago

Develop methods/metrics to benchmark performance with code cache and profiling adjustments.

ecritchl commented 5 years ago

Capture

ecritchl commented 5 years ago

We will need to test with different CC sizes for the current eviction method and the profiling eviction method. How does the current JIT work? Is frame rate an acceptable metric for performance of the CC?