Hi,
The Sec timestamp can be obtained through the time function, how to obtain the mSec timestamp?
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.
Hi,
The Sec timestamp can be obtained through the time function, how to obtain the mSec timestamp?
Hello Nancy,
You can use the function: ClockP_getTimeUsec() to get the time in microsecond and then convert it to milli second by dividing it by 1000.
Regards,
Saswat Kumar
Hello nancy,
Microsec is more accurate than millisec, you can extrapolate the value from the microsec.
Regards,
Saswat Kumar