Traverse Form

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

Use this form to view the execution time for each method in a Code Profiler run.

By default, the method with the longest execution time is shown first. In addition to the duration of each call, you can see how many times a particular method was called and the percentage of the total duration a particular method accounts for.

The execution time of each method 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.

The lower two panes show the parent and child calls of the method selected in the top pane. To bring a child or parent call into focus in the top pane, double-click it.

The Traverse form displays raw data. To see aggregated data, open Method total form (available from the Profiler runs form under Totals).

The following table describes the buttons on this form.

Button

Description

Profile lines

View a list of all the lines of code that have been executed in the current Code Profiler run.

Setup

Filter the fields shown on the Overview tab:

  • None: View all fields.

  • Code hot spots: View only the Duration, Share - duration, Method calls, and Share - method calls fields.

  • Database access: View only the Method calls, Share - method calls, and Calculated SQL time fields.

  • Remote connection: View only the Method calls, Share - method calls, and Calculated AOS time fields.

See also

Code Profiler

Method Total Form