Hi,
I am a beginner to DSP programming so I have a basic question. If you guys can help, would be so much appreciated.
How do I evaluate the time consumed by a particular function on a DSP core (Let's say time taken in terms of Instruction Cycles).
Should I look into the assembly file and then count how many instructions are generated for a particular function. Based on that info should I then evaluate the time ? Would that be appropriate or there are better options available ? The assembly here is very complicated and most of it is beyond my comprehension. But I am reading more and more on it.
Note: I am using OMAPL137 and only using the DSP core.