3. Profiling CodeΒΆ

Determining which areas of the code consume the most cycles and then optimizing those areas, is an iterative process that should be performed after the code is functionally correct. Determining which areas of the code consume the most cycles is done via a technique called profiling. This chapter provides an overview of various profiling tools that may be available to you.

Contents: