Profiler

From HTML5 Builder
Jump to: navigation, search
The Profiler in action.

The Profiler lets you get a list of the lines of code involved on the generation of a webpage, with information about the processing time each one took, and you can go through the different files called so you can identify bottlenecks in your application.

Usage

To get the performance profile of a page:

  1. Click ProfilerIcon.png to enable the profiler.
  2. Run your page using RunWithDebug.png instead of Run.png.
  3. Click ProfilerResultsIcon.png to get the profiler results of the last page executed.

See Also