This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Optimization on C64X+ simulator

Hello guys,

                     I am trying to optimize a source code on C64x+ simulator. I have enabled the profile option and in the profile viewer I am getting 2 columns ..

1> CYCLE.CPU.EXCL

2>CYCLE.TOTAL.EXCL

Since CYCLE.TOTAL option includes cache misses,offchip memory access also, i am confused which of the above columns must be sorted for profiling a function? also only the CYCLE.CPU.EXCL can be controlled by the optimization techniques?

I am using only the simulator , not using the target board now...