Benchmarking VBA Code

后端 未结 4 1379
日久生厌
日久生厌 2020-11-29 01:12

What is considered the most accurate way to benchmark VBA code (in my case, I am testing code in Excel)? Are there any other techniques for benchmarking code besides the 2 b

4条回答
  •  迷失自我
    2020-11-29 01:50

    Any measurement is going to be noisy, so if you want precision, repeat the measurement many times and average the result.

提交回复
热议问题