Hello,everyone!
I am here again to ask some questions about optimizing. I used to optimize my code based on software pipelined information, I know it will show cycle.cpu. But cycle.total is still lager. So what I want to ask is ,how to optimize my code in order to reduce cycle.total? Is there some information like software pipelined information whice I can use to figure out which line of codes takes big cycles(including cpu stall cycles)?
Thans very much.