Re: [hatari-devel] Most wanted debugger/profiler feature or convenience? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
I.e. "iSave_instr_tail" is the only thing that is currently available
to profiler.
How do you think this information should be visible in the profile data?
Note that adding more information to profile can bloat the memory usage
a lot. For CPU side I'm already using 32-bit counters for this reason,
but maybe this information could be something one can enable with some
build time define (it should be pretty small amount of code in profiler
side).
Data is in src/cpu/falcon_cycle030.h (WinUAE specific).
Such information & experiments would also allow verifying the data
on real devices and correcting found emulation issues...
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |