Can we have the option to view run log time down to the MILLISECOND, instead of just to the second?
A lot of the time I have tasks that I would like to time-optimize. I would like to know which actions in the task are the slowest ones. It would greatly improve my judgment to know how slow each action is in my tasks.
The run log shows us the time each action happened, but sadly it only tells us the time down to the second. NOT to the millisecond.
PLEASE allow us to enable more exact timestamps to be shown on the run log. For users like me who want a better understanding of each action's latency, this is crucial. At the moment, the only way for me to know is to painstakingly record the current TIMEMS, find the difference between it and the last time it was recorded, and print/save that number somewhere. (And just performing that check between my actions just adds more time to the task anyway, skewing the results; not to mention how unwieldy it makes reading my tasks!!)
It is so frustrating setting that up and cleaning it up later. Please can you allow us to view milliseconds in the run log?