There are 3 messages in this thread.
You are currently looking at messages 0 to 3.
Hi All, I m working on DM642 DSP from TI . I would like to know as to how can i calculate the "time taken by a particular task/function". The CCS ver2.21 has the profiler in that,but,it takes hell lot of time(when using profiler,the CCS goes into Simulator MODE). Is there any other way around?. I have tried using DSP/BIOS object STS ,as specified in DSP/BIOS debugging tutorial.this particular object uses CLKgettime() function. Thanks MA Imran______________________________
"MIA" <i...@hotmail.com> wrote in message news:b...@posting.google.com... > Hi All, > I m working on DM642 DSP from TI . > I would like to know as to how can i calculate the "time taken by a > particular task/function". > The CCS ver2.21 has the profiler in that,but,it takes hell lot of time(when > using profiler,the CCS goes into Simulator MODE). > Is there any other way around?. > I have tried using DSP/BIOS object STS ,as specified in DSP/BIOS debugging > tutorial.this particular object uses CLKgettime() > function. You could use a 'scope and a spare output if you have one - set it high at the beginning of the function and low at the end. Leon______________________________
You could also use the STS module provided by the DSP-BIOS. This will provide time info that can be read trough JTag, for those that dont have a mem scope. Rick This message was sent using the Comp.DSP web interface on www.DSPRelated.com______________________________