How to calculate the time of code when use css3.3!? thank you!
An chen
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.
There are several ways in which you can do this,
The easiest way is to use clock APIs from standard C library by including time.h. For eg you can download the DSPLIB to see reference implementation.
Other options are :
Regards,
Rahul