Eric Cloninger escreveu:

You might check out Proview which is referenced from this wiki page that
Keith Rollin maintains...

http://flippinbits.com/twiki/bin/view/Main/DevelopmentToolsList




Very interesting tool.

Thanks Eric

about Proviews' author ( Tilo Christ) I am already using his Razor! tool I think that is time for a donation. ;-)

thanks

Erico - Visit our PalmOS forums at: http://forums.micromagiclabs.com


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erico Franco
Sent: Friday, March 11, 2005 1:00 PM
To: Palm Developer Forum
Subject: optimization tool for Codewarrior?


Hi,

Is there some kind of source code optimization analyzer tool for CW like the GCC gcov thing?

gcov is a very interesting test coverage program that indicate at your source code how many times the code pass at a specific code line.

Example of gcov use in GCC:


1: 4:{ 1: 5: int i, total; -: 6: 1: 7: total = 0; -: 8: 11: 9: for (i = 0; i < 10; i++) 10: 10: total += i; -: 11: 1: 12: if (total != 45) #####: 13: printf ("Failure\n"); -: 14: else 1: 15: printf ("Success\n"); 1: 16: return 0; -: 17:}


The numbers on 1st column indicated how many times the executed program passed for that line, in this example I conclude that the line 9 runs 10 times and the line 13 has not been tested.


For more information about GCC gcov tool please check http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/index.html#toc_Gcov

So, there is some similar thing for Codewarrior 9 for Palm? Any idea in how can I do some similar thing with my project developed in CW? I need to optimize it and I don't know how to do it in CW9

thanks

Erico  - Visit our PalmOS forums at: http://forums.micromagiclabs.com





--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/








-- Erico Franco MicroMagic Labs Visit our PalmOS forums at: http://forums.micromagiclabs.com



--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to