Hi,
I'm implemanting the h264/AVC video encoder on TMS320c6472 multicore DSP using code composer studio V4.
I want to compute the elapsed time to encode a frame in second and microsecond.
I found that gettimeofday( ) allows to have an occurate idea on the time because it has a low resolution(us).
the problem was the header files wich I should added to use this function.
in time.h, I didn't find this function.
Could you help me please.
I will be very thankfull.
David,