ProDelphi


Version: 23.10
Size:
2.91MB
Category:
Development
Delphi
Requirements:
Delphi 6 or higher
Seller:
prodelphi
Price:
Free
System:
Windows Vista/2003/XP/2000/98/Me/NT
Rating:
4.7
License:
Freeware

Description - ProDelphi



ProDelphi is a tool to measure the runtime of programs written in Delphi Object Pascal. First successful industrial usage of ProDelphi was in February 1998. Since then ProDelphi has been permanently improved, also a lot of customer suggestions were integrated. The principle of source instrumenting, the sophisticated measurement correction Algorithm and the granularity of 1 CPU-cycle guarantee an outstanding measurement accuracy. Even very small or multiple nested functions are measured precisely. After profiling with ProDelphi you know where the bottle neck is, not where it might be (see profiler types). To compare the measurement accuracy of ProDelphi with any other profiler, a profiler tester is supplied in the download area. Source instrumenting also ensures that idle times caused by certain Delphi- or Windows- API-functions (e.g. Sleep, MessageBox, WaitForSingleObject etc.) are automatically excluded from measurement. The extremly low measurement overhead guarantees even to measure time critical applications. The user friendly human interface makes the profiling process fast and easy, the sorting viewer enables the user to find the bottlenecks at first glance. With one mouse click the file with the measured method is opened in Delphi. The cursor is positioned at the beginning of the measured method. An optional Call Graph shows who called a Procedure and who is called by it. Also how often this happened and what time was consumed when processing this path is displayed. This call graph makes a quick `following the Execution path` possible without searching in the sources.With printing measurement results the success of an optimization can be documented. NEW:Checked option `Do not change file dates` now also makes that the archive attributes are not changed. Delphi directories OCX and ObjRepos are excluded from instrumentation. Pathes containing 2 subsequent spaces were not profiled.

ProDelphi Measured Method Excluded From


More in Delphi-ProDelphi

Measurement Accuracy Measured Method Human Interface Makes