ProDelphi 5.2 is a source code optimizer and a
post mortem analyzer.
1. Optimizer
It gives you the CPU-time consumed by all procedures
of your program. The measurement is done on a base
of CPU-cycles. It works with a pentium CPU or a
pentium compatible CPU like AMD K6. Measurement
results can be viewed with the built in viewer,
exported to a data base or stored into an ASCII-file.
Results are either displayed in CPU-cycles or in 0.1
micro second units.
2. Post mortem review
In case of program abortion the call stack is listed
in a file even the program does not run under the IDE.