Try this version: Note that these lines in the file configure how the times are displayed. I think it is fairly obvious how to modify it if you need to.Jona wrote:your plugin gives the duration out to 5 decimal points, but not the objective start and stop time. Is there a way to get this information from your plugin?
Code: Select all
;; Configuration settings:
(setf multiplier 1000) ;multiply by 1000 for time in ms
(setf units "ms") ;time units as appears in output string
(setf decimal-places 1) ;number of decimal places