dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Add instruction counters to CPU profiler #91

Closed mihaip closed 1 month ago

mihaip commented 1 month ago

Keeps track of instructions (including operands) that are executed, to see if there are any hotspots that could be optimized or fastpaths that should be added.

Also adds a mode where CPU profiler data is periodically output, to make it easier to get at these instruction counts during startup.