6.17.10   Profiler

The built-in profiler analyzes the runtime behavior of HDevelop programs. You can use the profiling data to evaluate the overall program execution, to optimize its performance, and to find bottlenecks.

The profiler measures the processing times in one of two modes:

Keep the following in mind when profiling your code:

To activate the profiler, click Execute Activate Profiler.
When the profiler is activated, each program execution collects profiling data.

To reset the profiler data, click Execute Reset Profiler,

To deactivate the profiler, click Execute Deactivate Profiler.

The profiling results are displayed in the program window. In addition, a summarized view of the runtime statistics is available.