Tagged Questions

11
votes
7answers
897 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 it: function ...
7
votes
2answers
664 views

Getting DUnit Test Coverage stats using FinalBuilder and AQTime

We have a large Delphi project (1.5 million lines of code), and we're moving to using agile processes. We already have a continous integration environment (FinalBuilder) which I've updated to ...
6
votes
5answers
398 views

Why AQTime slows execution even when profiling is not on, and can anything be done for it?

In AQTime for Delphi, it boasts to be very fast to get to the trouble spots by using areas and triggers etc. But it seems to me, that especially if you have very much code in the areas to profile, ...
5
votes
2answers
242 views

Delphi 2010 - Wininet running out of handles

I have an app that makes intensively uses of Wininet functions to get some data from internet. I am getting a very odd handle related error messages sometimes: Internal error in ConnectToHost when ...
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 ...
2
votes
1answer
127 views

Can AQTime performance profiler profile vcl source?

I am using Delphi 2007 / XE with AQTime 6. I wrote a test application that create few TButton instances. I have turn on necessary compiling and linking switches to make it work with AQTime. When I ...
1
vote
2answers
457 views

How to use AQtime (free) in Delphi XE?

Embarcadero says that I got some free version of AQtime when I purchased my Delphi XE license. However, today I tried to run for the first time AQtime and I got an error message: 'You are using AQTime ...
1
vote
1answer
401 views

How to use AQTime's memory allocation profiler in a program that uses a large amount of memory?

I'm finding AQTime hard to use because it interferes with the original program too much. If I have a program that uses, for example, 300MB of ram I can use AQTime's allocation profiler without a ...