Show TOC

Using Analysis ToolsLocate this document in the navigation structure

Integrated Analysis Tools
As an integral part of the ABAP Profiler, various analysis tools provide you with different views on the ABAP trace:

Analysis Tool

Allows you to ...

Condensed Hit List ... find top consumers with regard to procedures such as methods, function modules, or forms.

More on this: Finding Top Consumers Using the Condensed Hit List

Hit List ... find top consumers in your application by call position.

More on this: Finding Hot Spots with the Hit List and Determining Runtime with the Hit List

Aggregated Call Tree ... analyze trace events that are aggregated by call stacks and displayed within a call tree.

More on this: Analyzing Trace Events in the Aggregated Call Tree

Call Sequence ... analyze the flow of program execution.

More on this: Analyzing Program Flow with the Call Sequence"

Call Timeline ... visualize the trace events and time consumed in the form of a diagram.

More on this: Analyzing Call Sequence Using the Call Timeline Tool

Database Accesses ... check which portion of runtime is used by database accesses and identify the top consumers among database accesses.

More on this: Understanding Parameters in the (Condensed) Hit List

SQL Trace ... view SQL trace events and analyze how the system handles database requests.

More on this: Analyzing SQL Statements Using the SQL Trace Tool

Call Stack ... analyze the call stack of trace events.

More on this: Displaying the Call Stack