ProDelphi 6.6 source code profiler released


ProDelphi is a source code profiler for Delphi.It 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.

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.

The freeware version can measure upto 30
methods. The professional version can measure 10.000 methods and additionally pure assembler procedures.

ProDelphi integrates itself in the Delphi
Tools-menu.
Main enhancement of this release:

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.

Related Discussions
Latest News
Submit News Form Past News
Latest Forum Entries