I have a big application written in Visual Basic 6 and I need to profile it. Is there something like ANTS Profiler but for COM applications?
Asked
Active
Viewed 1,774 times
5 Answers
2
I used to use VBWatch. I had a good experience with it and it helped me nail down and resolve some pesky performance problems

JoshBerke
- 66,142
- 25
- 126
- 164
-
I used VBWatch and found problem in 15mins, really great advice thanks a lot :) – drizzt Jan 20 '09 at 15:06
-
Welcome, I was quite pleased by it, and I am so glad I don't have to use it anymore;-) – JoshBerke Jan 20 '09 at 15:36
1
Better late than never? VB6 has a "pause" button, right? Not only is it free, and requires no installation, but in my opinion it is by far the best tool for locating performance problems.

Community
- 1
- 1

Mike Dunlavey
- 40,059
- 14
- 91
- 135
1
Have a look at VTune from Intel it has native profiling as well. If you're having problems using VTune try AQTime profiler from AutomatedQA instead.

Dror Helper
- 30,292
- 15
- 80
- 129