There {is,was} a stack trace module, maybe you can find
it by searching on this list. Since there usually isn't
any dynamic memory allocation, memory usage is probably
no more complicated than looking at the compile output.

Dynamic power consumption would be interesting but you
need to put a current monitor in-line with the battery,
which requires a bit of hardware-foo. Probably just a
few resistors going to an ADC input but I'm not sure
about the range you would be able to resolve. I have
such a thing on my robo-cars, but use an op-amp and
a completely different power scheme.

I've sometimes puzzled over making some kind of
CPU monitor. I think one could put a counter in the
task scheduler to measure how long the controller
sleeps on it's daily rounds. But that's about as
far as I've gotten with it....

MS

swayanti das wrote:
> Hi All
> 
> I am trying to measure different properties of TinyOS applications and 
> TinyOS threded applications and have this applications running on iris 
> mote..
> Can anyone help me with this.
> I want to measure the dynamic properties like stack consumption, or real 
> time memory consumption, CPU used, etc..
> I have tried measuring the power consumption of these applications, but 
> I need more dynamic properties.
> 
> Any help is highly appreciated.
> 
> Regards
> Swayanti
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to