ProDelphi - Additional features

Besides measuring runtimes, ProDelphi includes

Coverage profiling

This feature is included in the runtime measurement process. By means of a browser you can see which method was never called.

Post mortem review

ProDelphi can insert statements into your code, that enables you to retrieve the call stack in case of an exception.