Public Sub Pause(Section As String)

purpose

Pauses a timing section that has previously been started with the Start method. The main use of the Pause method would be to exclude certain timings, for example the time spent waiting for user input, from the timing of a section. The reason you might use Pause, followed by Start as opposed to simply using Finish, followed by a new Start – Finish section is that the iteration count would not be incremented with Pause whereas it would be with a Start – Finish section
 
arguments
  • Section – the name of the Code section. This is the key through which you access this in all future interactions, and the name against which timing results will be reported
returns
  • none
For help and more information join our forum, follow the blog or follow me on Twitter