Tagged Questions

6
votes
7answers
297 views

Is There A Fast GetToken Routine For Delphi?

In my program, I process millions of strings that have a special character, e.g. "|" to separate tokens within each string. I have a function to return the n'th token, and this is …
0
votes
1answer
30 views

In AQTime 4, how can performance results be compared when they came from builds installed in different directories?

For example, if I profile: C:\Program Files\Application Build 1\MyApp.exe C:\Program Files\Application Build 2\MyApp.exe And I then import both sets of results into a single AQTi …
9
votes
4answers
567 views

How Does AQTime Do It?

I've been testing out the performance and memory profiler AQTime to see if it's worthwhile spending those big $$$ for it for my Delphi application. What amazes me is how it can g …
0
votes
2answers
247 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 o …
0
votes
1answer
159 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 …