| Contents > Developing ColdFusion MX Applications > Debugging and Troubleshooting Applications > Using debugging information from browser pages > Execution Time Tree execution time format |
|
|
|
|
||
The tree execution time format is a hierarchical, detailed view of how ColdFusion processes each page. If a page includes or calls second page, the second page appears below and indented relative to the page that uses it. Each page appears once for each time it is used. Therefore, if a page gets called three times in processing a request, it appears three times in the tree. Therefore the tree view displays both processing times and an indication of the order of page processing.
The tree format looks as follows in the dockable.cfm output format:

As in the summary view, the execution times (in parentheses) show the times to process the listed page and all pages required to process the page, that is, all pages indented below the page in the tree.
By looking at this output in this figure you can determine the following information:
|
|
||
| Contents > Developing ColdFusion MX Applications > Debugging and Troubleshooting Applications > Using debugging information from browser pages > Execution Time Tree execution time format |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.