Intent Tracer is a performance analysis tool that comes with Autodesk Inventor Engineer-to-Order Series only. The tool captures the Intent calls tree, measuring individual call times, and building the aggregated estimates on the calls per Part/Rule/Design/Function. Data may be exported into CSV format, and then further analyzed in Microsoft Excel.
To capture, start Intent.Tracer.exe, located in the <Install_Location>\Bin folder:

As soon as Intent kernel is initialized in another application (Inventor, AutoCAD, MinHost), the Intent.Tracer starts to gather the performance data. Once Tracer starts collecting data the controls in the toolbar are enabled.
The log file contains data in the following format:
' Call Entry : Time, Indent, Rule(R) or Function(F), Part[Rule or Function], Design, Arguments ' Call Return: Time, Indent, >>> , Return Value 00:00:08.6895932,1,R,Root[partName],BasePart, 00:00:08.6897488,2,R,Root[%%Name],BasePart, 00:00:08.6899600,2,>>> ,:Root 00:00:08.6900544,1,>>> ,:Root
The scope of the data written into log file is controlled by Options:

There are two modes of analysis: Chronological View and Aggregation View.

The view shows the history of Intent calls. For the particular call, one can see the call duration, the containing part, etc. The combo box at the bottom filters out the non essential calls:

The size of the icon on the node shows the relative time that is taken by particular sibling of the tree node.
Loading log file data in Microsoft Excel allows you to perform more sophisticated analysis of the data. Use
to export the log file data to a .csv file, then open that file in Excel and use the analysis tools. For an example, open the Excel document <install location>\SDK\Tracer\Intent.Tracer.Report.xlsx, and staying in the “Data” worksheet, select “Refresh All”:

Submit the name of the .csv file you’ve just exported, and you will get the Hits/Duration statics per Part/Rule/Design/Function.