my board is 3530.
I want to measure code time in dsp,so include <sys/time.h> in app.c.
/usr/local/dvsdk/codec-engine_2_26_01_09/examples/ti/sdo/ce/examples/apps/video_copy/app.c
but compile is error.
"app.c", line 49: fatal error #5: could not open source file "sys/time.h"
two question:
1,what fuction is to measure time?
2,how to use gcc standard library in video_copy?