Static Analysis Tutorial

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

Use the Static Analysis profiler to browse through debug information. This profiler analyzes your application statically (that is, without launching your application) and provides you with information on classes, files and routines that are linked to your program. Using it, you can quickly obtain information on the size of routines in bytes and in source code lines, on the number of loop instructions in a routines, etc. The profiler also lets you trace potential function calls and links between classes (what calls what). This tutorial demonstrates how you can use the Static Analysis profiler to analyze your applications.

Next

See Also

Static Analysis Profiler

Highlight search results