Profiling Your Code
Sometimes you will want to optimize your code for size or performance. Retrospect can help here as well with its profiling tools. There are two ways to profile your code: for size and for performance.
profile.size <code to compile>
profile.speed <code to compile>
The size or number of clock cycles used will be reported.