hello

i have already put this question in this forum but no replies.......can any one 
help me out in my problem plz....
 
i am working in tinyos-1.x in TOSSIM......currently i am facing a difficulty in 
finding time in microsecond between two operation...
i have used
before = call SysTime.getTime32();
and then i perform some tasks...and then called
after = call SysTime.getTime32();
dbg_msg->secKeyTime = after - before;
 
bt these are not working ...the subtracted value is always 0.....
i want to get time in microsecond which my task has taken to perform....anyone 
have idea how to get the time in microsecond in tinyos-1.x in TOSSIM ???
 
 
thnx n regard
                                          
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to