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.

Problem with codec engine profiling....

Hi,

I would like to profile my codec which sits in linux. I was doing the same while working in CCS by using TSCL. I was not able to do the same in linux side.

I read a article (http://wiki.davincidsp.com/index.php?title=Codec_Engine_Profiling) where they mentioned about the codec engine profiling. i tried with the TI decodecombo.x64P it was not giving the behaviour as shown in the document. It was just running normally as it does without that rpofiling.

The   CLK_gethtime() function which is being used for the calculation can be  used directly before and calling the process function for calculation of fps of our codec or it should be on top of  "CE_DEBUG=1 CE_DSP0TRACE="CV=5;GT_time=2" ./decode -v davincieffect_ntsc.mpeg4 -t 3"      so that the calculations are done internally and we get the direct output without calculations which are done i the first case.

I tried to use CLK_gethtime() with my process function and it was giving an error that " undefined reference to CLK_gethtime()"...

Please let me know the procedure for profiling my codec so that i know at what fps my codec is running.

Thanks and Regards,

BHARATH.M