chikh omar escribió: > Hello, > did any body know how to evaluate : > *Memory consumption > *energy consumption > *time execution in Micro seconde if possible > > I am using TOSSIM under T2 and then I will use Telosb plateform
In TOSSIM you can't measure time of execution (it assume every function has 0 seconds of run time). So, you can't measure energy consumption either (because you need time to calculate energy). About the Memory that info is showed when you compile a program. Be carefull because TOSSIM is compiled in micaz platform so, you have to compile to telosb to see memory consumption. Yours Javier M Mora _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
