程序是在omapl138中的dsp6748中运行的
start = clock ();
stop = clock ();
overhead = stop - start ;
start = clock ();
...(test code)
stop = clock ();
cycles = stop - start - overhead;
现在发现clock的返回值总是0,
这个事什么原因?
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.