Profiler Runs Form

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

Use this form to view the data collected for previously recorded Code Profiler runs.

The clock speed of the CPU for a particular code profile is displayed in the Ticks/second column.

To view more detailed data, choose one of the profiler runs and then select one of the views available from the Call Tree, Profile lines, Traverse, or Totals buttons.

To view code profiles created by other users, clear the Show this user only check box.

The following table describes the buttons on this form.

Button

Description

Clean up

Delete old data. As the profiler creates a large amount of data, it is important to delete data that is no longer needed.

Call tree

Follow the path of execution.

Profile lines

Determine which lines of code took the longest to execute.

Traverse

View a sorted list of the time spent in all methods, including the time spent in sub-calls.

Totals

View summaries of the time spent in lines, methods, or objects.

The Calculate sum option allows you to calculate line totals, if you did not do this when you created the code profile.

See also

Code Profiler

How to: Use the Code Profiler

How to: View Data Collected by the Code Profiler