stardot / b-em

An opensource BBC Micro emulator for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
112 stars 56 forks source link

Add stopwatches feature to debugger. #218

Closed komadori closed 5 months ago

komadori commented 6 months ago

I developed this addition for the B-Em debugger while trying to optimise a program. It adds a command which tells you how many host CPU cycles have elapsed between the last vertical blank or one or more user-defined defined points in time. There doesn't seem to be a way to do this at the moment, other than perhaps to process the trace output.

I'm open to feedback on the UX as it's very primitive.