Hi all,
I am trying to get the average DSP load by calling the CE API -
Engine_getCpuLoad at the rate of 1 call per two seconds. This leads to system
crash (and linux becomes non-responsive thereafter) in about 30 minutes. Has
anybody faced similar issues.
Is there any limit on number of times or the frequency at which this API can be
called?
Following is the call sequence,
While(1)
{
if(time_elapse > 2 seconds)
{
load = Engine_getCpuLoad(engine)
}
}
Kindly let me know if you have any relavent information.
Regards,
Ranjith
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source