Check Parameters and Result Values of Function Calls

Applies to AQTime 8.81, last modified on January 18, 2022

To retrieve parameters and result values of functions called in your application, do the following:

  1. Add the desired routine to an including profiling area whose Retrieve parameter values property is enabled.

  2. Profile your application with the Function Trace profiler and get results.

  3. In the Explorer panel, select the desired thread in the Call Trace category.

  4. The Report panel displays the sequence of function calls for each application thread. Each row in the Report panel corresponds to a function call. Select the desired function call row in the Report panel.

  5. Switch to the Details panel and examine the Routine Parameters On Enter and Routine Parameters On Exit panes of the Details panel. They display parameter values on entering and exiting the routine respectively. The last row of the Routine Parameters On Exit pane holds information on the function result value.

See Also

Function Calls Tracing
Best Practices and How to Tutorials
Function Trace Profiler - Overview
Tracing Function Call Parameters and Result Values

Highlight search results