Call Tree Form

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Use this form to view the lines of code in a Code Profiler run in the order that they were executed. To see the lines ranked in order of the longest execution time, open the Profile Lines Form.

If one line of code calls other lines, these lines appear under the first line. This can help you to understand the flow of triggers in forms. However, system (kernel) methods appear only if they are called from the application, so unless you overwrite the methods in a form, they will not appear.

The execution time of each line of code is displayed in ticks. To convert this to milliseconds, or another time unit, use CPU clock speed displayed in the Ticks/second column on the Profiler Runs Form.

See also

Code Profiler

How to: Use the Code Profiler

How to: View Data Collected by the Code Profiler