Un message en français suivra
Thank you for your email.
A response to your inquiry will be provided as quickly as possible within the 
next 24 hours, during business hours (Eastern Time).
If this is an urgent matter, please contact our office at 1-866-350-7710.
Thank you for contacting BBM -Bell Business Markets Collections
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Merci de votre courriel.
Nous répondrons à votre demande dans les plus brefs délais à l’intérieur des 
prochaines 24 heures , durant les heures normales de bureau (heure de l’Est).
Pour toute question urgente, veuillez appeler notre bureau aux 1 866 350-7710.
Merci d’avoir communiqué avec l’équipe Recouvrement de Bell Marchés Affaires.

From: [email protected]
Sent: Tuesday, December 29, 2020 03:00 PM
To: [email protected]
Subject: [EXT]Tinyos-help Digest, Vol 204, Issue 3

Send Tinyos-help mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tinyos-help digest..."


Today's Topics:

   1. Re: Time function (Eric Decker)


----------------------------------------------------------------------

Message: 1
Date: Mon, 28 Dec 2020 22:07:33 -0800
From: Eric Decker <[email protected]>
Subject: Re: [Tinyos-help] Time function
To: Jeremy J <[email protected]>
Cc: tinyos forum <[email protected]>
Message-ID:
        <camdx_2dq+ccf8fkjhqi++ukfe8hvc5xseykwf97a8qokvvk...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

actually this has already been done in the tp-freeforall tree (
https://github.com/tp-freeforall/prod)
<https://github.com/tp-freeforall/prod>

It is implemented in
https://github.com/tp-freeforall/prod/blob/tp-master/tos/system/SchedulerBasicP.nc

it is in memory logging.  there are some gdb functions that deal with this
available at...
https://github.com/tp-freeforall/prod/blob/tp-master/tools/99_gdb/gdb_tasks.py

you need to be using GDB talking to a gdb remote stub implemented by a JTAG
probe to the device under test (DUT).  such as a segger jlink.


On Sun, Dec 27, 2020 at 6:41 AM Jeremy J <[email protected]> wrote:

> There are no built in functions. you will have to manually snapshot the
> timer count at the start    and stop  of a task
>
> On Sun, Dec 27, 2020 at 8:59 AM Anita Patil <[email protected]>
> wrote:
>
>> 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 posting a task and after posting a task.
>>
>> Thank you in advance.
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



--
Eric B. Decker
Senior (over 50 :-) Researcher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20201228/1a43a556/attachment.html

------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

End of Tinyos-help Digest, Vol 204, Issue 3
*******************************************
------------------------------------------------------------------------------
External Email: Please use caution when opening links and attachments / 
Courriel externe: Soyez prudent avec les liens et documents joints

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to