Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.

Profiler (with DBG) (PHPEdit < 3.0)

The Profiler window provides useful data about execution time. It is accessible using the DBGProfiler script command.

Fields

Location :
The location of the ite. In Module view, it is a filename. In Context view, it is the function or class and method name. In Details view, it is the filename and line number.

Hits :
Only available in Details view, this is the number of times this line was executed.

Time/hit :
Only available in Details view, this is the average time this line took to execute.

Total time :
The total amount of time this item took to execute.

Chart :
A graphical representation of the Total time. In Details view, each field has two bar, the top representing Total time, the bottom representing Time/hit.

Buttons

Show source for selected item :
Closes the profiler window and moves the cursor to the line of the currently selected item. Alternately, double-clicking an item has the same affect.

Delete Item :
Deletes the current item from the profile window.

Group by Module :
Shows data aggregated for individual files.

Group by Context :
Shows data aggregated for functions and methods.

Details :
Shows data for each line.