Execution Statistics View [PHP Profile Perspective]

The Execution Statistics view displays the list of files that were called during the profiling process and detailed information on processing times for elements within the files.

Execution Statistics View

The window contains statistics relevant to each element as follows:

Note:

Click the 'Show as percentage' button on the toolbar to see the statistics as percentages rather than times.

Context Menu

Right- clicking a function in the list gives you the option to Open Function Invocation statistics. This will open a view with statistics about the selected function, the functions it was invoked by and functions that it invoked.

Toolbar Commands

IconNameDescription
FiltersFilters...Click the arrow next to the icon to select to display only the results with:
  • Highest 10 own time
  • Highest 10 calls
  • Highest 10 total time
  • Highest 10 average time
  • -Or- No filter.
Click the icon itself or select Manage Filters from the list to launch the Edit filter dialog which allows you to create or edit your own filter conditions.
Expand/Collapse allExpand/Collapse allExpands/collapses the list.
Show as PercentageShow as PercentageToggles the view to show your times in seconds or percentages.
Group by FileGroup by FileSorts the list by file.
Group by ClassGroup by ClassSorts the list by class.
Group by FunctionGroup by FunctionSorts the list by function.