I am a user of AQTime Pro and while the tool is pretty nice, it does have a horrible performance impact on the application under test if you're not careful. (Even if you are careful, the performance impact is often high for the app I'm mostly profiling.)

I've recently stumbled over GlowCode (found it in a few answers on SO) and while it'll be easy to just download the trial and see how it works on my App, I was wondering if other users could confirm their boasting wrt. profiling performance.

So, I'm looking for real world assessments of the performance impact of GlowCode (vs. AQTime) for native C++ of people who regularly use these products. (I only fire up the profiler every odd month, therefore any assessment on my part will be very limited.)

link|improve this question

66% accept rate
feedback

1 Answer

I have a GlowCode license and in my experience it has very minimal performance impact compared to the other profilers I've used (SciTech .NET Memory Profiler and Visual Studio Ultimate profiler). Though like you, I only fire it up when needed.

I will say that GlowCode's UI is abysmal IMO. Once you understand enough of it to discover the bottlenecks it's okay but getting there is a hurdle. I did exchange email with GC devs any they were grateful for the feedback and even changed one thing for me. They did mention that they are working on a UI revamp and maybe the latest version has that, I'm not sure (I have GC 7).

I have never used AQTime Pro so can't offer a comparison there.

link|improve this answer
Thanks for sharing. I'll note the UI of AQTime is really quite good, although it can be confusing at times. – Martin Sep 9 '11 at 7:32
Good to know. I think I'll look into AQTime and at least attempt a trial in case it reveals some interesting aspects of our product. It's very difficult to profile a mixed-mode (C++, C++/CLI, C#) app since the native and mixed worlds are often separated by the tools. – jschroedl Sep 9 '11 at 13:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.