gonk
Measuring sub-millisecond execution time with Methodtimer.Fody
I am using https://github.com/Fody/MethodTimer to measure code execution time. The function I am trying to measure runs in under one millisecond, but MethodTimer only displays the amount of milliseconds.
Is there a way to make MethodTimer display time in microseconds? Is there a different, easy-to-use benchmarking tool I could use?
3 replies