Navigating in the Script Performance Profiler Window
You can right-click in the Script Performance Profiler window, and then click one of the following menu items. The menu items that are enabled depends on the script. Some of these items might not be available for all scripts:
Expand Node. Expands the function node.
Expand All. Expands the entire tree of a function node.
Export. Exports profile data to a text file that you specify.
You can use Expand All and Export in the Profiler toolbar. For more information about the Profiler toolbar, see Example of the Script Performance Profiler Window.
View Source. Navigates to the current function in the script. If a Script Editor window is not open for this function, then a new editor window opens and the cursor is placed at the beginning of this function.
Enable Line Profiler. Enables a function for line profiling. If a function is not in the list of functions chosen for line profiling, then you can click Enable Line Profiler to enable it.
Disable Line Profiler. Disables a function for line profiling.