Specifications

Profiling DSP/BIOS Code Execution Time
Developing a DSP/BIOS Program
3-9
Calls to LOG_printf are efficient because the string formatting is
performed on the host PC rather than on the target DSP. LOG_printf
takes about 36 instruction cycles compared to about 1700 for puts()
measured at the end of Chapter 2. You can leave calls to LOG_printf in
your code for system status monitoring with very little impact on code
execution.
12) Click (Halt) or press Shift F5 to stop the program.
13) Before proceeding to the next chapter (after completing section 3.5, page
3-10), perform the following steps to free the resources used in your
profiling session:
In the Profiler menu, uncheck Enable Clock.
Close the Profile Statistics window by right-clicking and choosing
Hide from the pop-up menu.
Choose Profiler
Profile-points. Select Delete All and click OK.
In the View menu, uncheck Mixed Source/ASM.
Close all source and configuration windows.
Choose Project
Close to close the project.