I tried to measure the time of some operations on the telosB platform. For that I wanted to count the clock ticks of the processor with the clock() function from time.h but it does not compile on contiki. Are there mechanisms to measure passed time, preferably in actual clock ticks, on contiki?
Regards