stella icon indicating copy to clipboard operation
stella copied to clipboard

Time code in debugger

Open thrust26 opened this issue 1 year ago • 2 comments

Add commands which allow timing code sequences easily. It should measure minimum, maximum, average and count.

Command syntax (similar to break): timer <from> <to> <bank> - add/remove timer, measuring between and listTimers - list all timers with minimum, maximum and average cycles and number of timer executions delTimer <#> - delete timer <#> clearTimers - clear all timers

thrust26 avatar Oct 03 '22 14:10 thrust26