dingusppc/utils
Mihai Parparita 50018010c7 Add instruction counters to CPU profiler
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.
2024-06-14 19:55:42 +02:00
..
CMakeLists.txt Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
imgfile_sdl.cpp Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
imgfile.h Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
profiler.cpp Add instruction counters to CPU profiler 2024-06-14 19:55:42 +02:00
profiler.h Add instruction counters to CPU profiler 2024-06-14 19:55:42 +02:00