VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by ULLI (93 Submissions)
Category: VB function enhancement
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (32 Votes)

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)

Upload

Download this snippet    Add to My Saved Code

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

No comments have been posted about Ulli's Code Profiler Add-In (Bug Fix). Why not be the first to post a comment about Ulli's Code Profiler Add-In (Bug Fix).

Post your comment

Subject:
Message:
0/1000 characters