ProDelphi is the first industry
approved source code profiler for Delphi 5/6/7/2005/2006 (incl. Turbo Delphi)/2007 / 2009 / 2010, XE and XE2.This version of ProDelphi supports identifiers, unit names and path names which contain only Ansi code characters. Also available is a version which supports the Unicode character set (relevant for Delphi 2009 and above).
It gives you the CPU-time
consumed by the procedures of your program. The measurement is done on
a base of CPU-cycles (smallest measurable duration is one CPU-cycle). It
works with a Pentium CPU or Pentium compatible CPU like AMD Athlon / Duron Athlon 64 X2.
Measureing of threaded applications is supported.
Procedure runtimes are given as minimum,maximum and average runtime.
Measurement results can be
viewed with a built in viewer. Navigation in the results is done by a comfortable browser.
Clicking on a procedure in the viewer window opens the appropriate unit in the Delphi editor (Delpphi 5 and above) or a caller / called graph.
The built-in history function
can compare the runtime of the actual run with the data of previously
stored measurements.
Results are either displayed
in CPU-cycles or in a variable format in micro seconds (minimum 0.001 micro
seconds), sec, min or hours. Also how often a procedure is called is displayed.
The viewer can also display
those procedures which are never called (coverage profiling).
Measuring of DLL's is fully
supported, also conditional compilation and multi directory profiling.
By an online operation window switching of measurement on and off, storing
intermediate results or cyclic storage of measurements is possible. Measurement
can be started automatically at start of the program, by entering selected
functions or by the programmers API.
All results can be recalculated
for a faster or slower PC. So the runtime measurement can be done on the
development PC and the results for the customer PC can be emulated.
Sources built under Kylix
(Delphi for Linux) can be processed.
ProDelphi integrates itself
into the Delphi IDE. But runtime measurement on PC's without an installed Delphi compiler is also possible.
Compatible to DUnit XTreme testing framework.
Snapshot
of ProDelphi
Further details on ProDelphi homepage (http://www.prodelphi.de).