Using Dynamic Profiling

Next, we will see how to use the dynamic profiling tool on the SPU code.

Open the editor for spu.c, and uncomment the 3 lines prof_clear();, prof_start();, and prof_stop();. Then re-build the project by saving the source file (Ctrl+S).