The Function Statistics tab displays the list of files constructing the URL and detailed information on functions in the files.

Function Statistics Tab
The right pane contains statistics relevant to each function. Initially, all the functions associated with the file appear in the list.
To view statistics for all the functions in all files, click All Functions.
In this case, the left pane remains blank and the right pane presents the profiling information relevant to all functions as follows:
|
|
Function Name - The name of the function. |
|
|
Source Line - The exact location in the file of the function declaration. |
|
|
Calls Count - The number of the times that the function was called. |
|
|
Own Time(s) - The net process duration without internal calls. |
|
|
Total Time(s) - The total process duration including internal calls. |
By default, the function list is sorted according to the calling order. However, you can change the sorting order by clicking on the title of each column in the table.
The Profiler has two view modes, Table view and Diagram view. Table view presents the information in a table format; Diagram view presents information in a graphical chart reflecting the "Total" process time and the "Own" time of each function.
To display a function's statistics (in Graph view):
In the List of Files view, place the cursor on the file you wish to analyze.
A list of all the functions in the selected file appears in a table on the right.
Review the Functions information on the right and change the sorting key if necessary.
To view the graphical diagram, select Diagram.
|
|
|
|
|
Related
Links: |
|
|
|