Hi,

I doubt how the memory usage (code+RAM) mentioned in many papers
is calculated exactly. I have found that many people in TinyOS community
have been using a script from

tinyos-1.x/contrib/SystemC/scripts/module_memory_usage

It's a very nice and clear script. However, these are my questions:

1. If a module is used by several components, for example Timer, how
can we say the exact number of code size and RAM used by one
component.

2. If I have a component which uses some other components like
TinyAlloc, GenericComm (kind of a wrapper of these components),
when we say the code size and RAM use by this component, does
that include the code size and RAM of TinyAlloc and GenericComm???
A nice example is Surge application. How big is the code size and RAM
used by this application? Do we have to include ADC and radio components?

Thanks in advance,
NueNoi

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

Reply via email to