User Tools

Site Tools


profiler_20utility

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
profiler_20utility [2018/03/31 13:19] – external edit 127.0.0.1profiler_20utility [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 //by Michael Hutton 16/11/2009//\\ \\  Version 4.0 (beta) is available [[http://tech.groups.yahoo.com/group/bb4w/files/Tools/Add_Ins/Profiler%20Utility%20Installer%20v4.0b.exe|Profiler v4,0 (beta)]] Click the link and choose 'Run'.\\ \\  You can now start and stop the profiler from within your program by using the following code.\\  //by Michael Hutton 16/11/2009//\\ \\  Version 4.0 (beta) is available [[http://tech.groups.yahoo.com/group/bb4w/files/Tools/Add_Ins/Profiler%20Utility%20Installer%20v4.0b.exe|Profiler v4,0 (beta)]] Click the link and choose 'Run'.\\ \\  You can now start and stop the profiler from within your program by using the following code.\\ 
 +<code bb4w>
   REM!PROF_ON   REM!PROF_ON
 +</code>
 and\\  and\\ 
 +<code bb4w>
   REM!PROF_OFF   REM!PROF_OFF
 +</code>
 This enables you restrict the profiling to the blocks of code you are interested in. A new 'Start with Timer Running' option enables you to start the profiling immediately or only when it encounters a REM!PROF_ON statement.\\ \\ //Important:// //**Ensure that each statement is** **on its own line**// and //**don't add comments after the REM statement**. This is because they are replaced with statements which control the timer. If you do Profiler will generate an error and close automatically so you won't see anything. You may also notice that the REM statements take a *very small* proportion of the time being profiled.//\\ \\  I will leave this as a beta version until enough feedback is collected. You can download the original version at http://tech.groups.yahoo.com/group/bb4w/files/Tools/Add_Ins/Profiler%20Utility%20Installer%20v3.0d.exe\\ \\  Michael This enables you restrict the profiling to the blocks of code you are interested in. A new 'Start with Timer Running' option enables you to start the profiling immediately or only when it encounters a REM!PROF_ON statement.\\ \\ //Important:// //**Ensure that each statement is** **on its own line**// and //**don't add comments after the REM statement**. This is because they are replaced with statements which control the timer. If you do Profiler will generate an error and close automatically so you won't see anything. You may also notice that the REM statements take a *very small* proportion of the time being profiled.//\\ \\  I will leave this as a beta version until enough feedback is collected. You can download the original version at http://tech.groups.yahoo.com/group/bb4w/files/Tools/Add_Ins/Profiler%20Utility%20Installer%20v3.0d.exe\\ \\  Michael
profiler_20utility.1522502375.txt.gz · Last modified: 2024/01/05 00:16 (external edit)