Analyze Program Performance

This section describes how you can analyze program performance using timings and profiling tools.

Along with profiling, you can consider generating a listing file with annotations of optimizations, by specifying the /list and /annotations:keyword options (Listing category in the Project Settings dialog box).

Before you analyze program performance, make sure any errors you might have encountered during the early stages of program development have been corrected. Only profile code that is stable and has been debugged.

The following topics are covered: