Tagged Questions
5
votes
3answers
604 views
Is VTune Worth Considering for Delphi?
Running through all the questions on profiling tools, I was surprised to discover VTune by Intel that I hadn't heard of before. At $700, it is even more expensive than AQTime.
But before I make the ...
1
vote
1answer
174 views
GlowCode vs. AQTime C++ profiling performance in the real world?
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 ...
1
vote
1answer
514 views
C/C++ AQtime profiler questions
I need to profile my console program with AQ. It is in one big file (for optimizations purposes).
void function1();
void function2()
// etc more declarations
int main{
//alot of loops, and ...
1
vote
2answers
791 views
Profiling a classic ASP application using AQTime
We have developed a large number of websites using ASP (jscript flavour), talking to the underlying intelligence layer (written in Delphi) through COM. These websites are running on IIS (5 and 6).
...
0
votes
2answers
103 views
Can I profile my code to see what is creating a lot of threads?
I'm running Embarcadero RAD Studio 2010 (C++) and have used AQTime a bit to check for some leaks. I wonder if there is a good way to pinpoint the origin in my code of a large amount of threads that ...