I would like to time sections of my code to the millisecond (perching for bottlenecks). The excel "Timer" function only has accuracy to the second and I would like accuracy to the millisecond. I found CharlesWilliams's MicroTimer code but it is dependent on some Windows DLLs so won't run in Excel for Mac.
- Does anyone know of similar code for the Mac?
- How I could create a timer function with millisecond accuracy?