Re: [Tinyos-help] Tinyos-help Digest, Vol 204, Issue 1

2020-12-27 Thread BBMcoll
o compute time taken by a task processing. I.e to start and stop the timer respectively before posting a task and after posting a task. Thank you in advance. -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachmen

[Tinyos-help] Time function

2020-12-27 Thread Anita Patil
Is there any function in nesC to compute time taken by a task processing? In Timer.nc interface there are functions Iike getnow(), gett0() , getdt(), startperiodic() etc. But I didn't get any function to compute time taken by a task processing. I.e to start and stop the timer respectively before

Re: [Tinyos-help] Time function

2020-12-27 Thread Jeremy J
There are no built in functions. you will have to manually snapshot the timer count at the startand stop of a task On Sun, Dec 27, 2020 at 8:59 AM Anita Patil wrote: > Is there any function in nesC to compute time taken by a task processing? > > In Timer.nc interface there are functions