VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Ulli's Code Profiler Add-In (Bug Fix)

ULLI  (93 Submissions)   VB function enhancement   Visual Basic 5.0   Advanced   Wed 3rd February 2021

This AddIn will put all necessary instrumentation into your project to create a run profile. Then during execution profile data are acquired and finally evaluated and shown. The data include:
~ number of hits for each line of code
~ total time spent executing each line of code
~ average time spent executing each line of code
~ the code line itself ~
Timing accuracy is quite good and depends on the CPU high resolution timer (which in my AMD Athlon XP1800+ ticks about 3.5 million times a second giving a resolution of .279 µsecs), and utmost care has been taken to remove all data acquisition overhead effects from the execution times shown.
Updates include check for isDirty (in which case you may loose the changes you made), better evaluation routine and printing.

Rate Ulli's Code Profiler Add-In (Bug Fix) (32(32 Vote))
Ulli's Code Profiler Add-In (Bug Fix).bas

Ulli's Code Profiler Add-In (Bug Fix) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters