ProDelphi is a source code profiler.
ProDelphi gives you the CPU-time consumed by the 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 a built in viewer,
exported to a data base or stored into an ASCII-file.
Methods that have not been called by the testee can
also be displayed. Results are either displayed in 
CPU-cycles or in a variable format in micro seconds 
(minimum 0.001 micro seconds), sec, min or hours. 
Measuring of DLL's is fully supported, also conditional 
compilation and multi directory profiling. An API 
allows switching of measurement on and off or store 
intermediate results. Delphi 2,3,4 and 5 are supported. 
ProDelphi integrates itself in the Delphi Tools-menu.
A history function makes comparison of the actual
and a preceeding runtime possible. It also gives a 
quick overview about which method became faster or 
slower.
The freeware version can measure upto 30 methods. 
The professional version can measure 16.000 methods 
and additionally pure assembler procedures.