The Function Calls panel lists information on all of the function calls performed in during the logging. It consists of 3 columns:
Function - The name of the function that was invoked. This can be
either a script-defined function (such ass readFormVars), or a built-in
function, which will appear with angle brackets (such as <SQL>).Calls - The number of times this function was called throughout the
execution.Duration - The total duration of all calls made to this function.
A function that calls itself is not doubly-counted; Duration is the
amount of time the program spent with this function somewhere in its call
stack.
Double-clicking on any function will list all of the locations that called this function in the "Functions by Caller" panel below.