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.

time.h time() clock()



hi,

I want to use time() and clock() in the RTS library. I can see the clock() in the library calls the HOSTclock() and the implementation of HOSTclock is as following.

but I don't know how the HOSTclock works?

what's the meaning of __TI_readmsg()?