'VBProfiler & CodeMaster' are lightweight but powerfull tools for Visual Basic 6.0 that can help you to speed up your sourcecode. See exactly where your code comsumes time.
Profile whatever you want! Most profilers force you to analyze the whole program by performing a hidden compilation and monitore the results outside of the IDE. vbProfiler allows you to monitor the performance during a debug session.
With the help of CodeMaster you can quickly add code that brings the profiler to work. The combination of vbProfiler & CodeMaster lets you decide which parts of your code you want to analyze. Transparence was our aim!
CodeMaster is an IDE-Addin that allows you to add standardized or self defined code to the beginning and to the end of each selected procedure. "Exit Sub/Function/Property"-code is recognized and can be handled separate. You can use this feature to add comments, 'Debug.Prints', error handling code, add profiler calls or whatever you want into your files. And when you don't need these lines any more (e.g. vbProfiler calls or debug.prints) you need one click and they are gone.
|
vbprofiler & codemaster 1.2 |