How to do code coverage tests and RAM consumed analysis in CE4.2

Re: How to check the code coverage and RAM consumed by MS FAL? by Steve

Steve
Thu Jan 05 09:45:06 CST 2006

For the FAL you can't do any code coverage tests as you don't have the
source code. CE doesn't provide any code coverage analysis tools directly.
Memory consumption by a driver is also difficult as they are all loaded into
a single process and therefore share heaps and memory etc.. among them all.
You can use the LMEMDEBUG tool to track memory allocations etc... if you
wish.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: How to check the code coverage and RAM consumed by MS FAL? by FuMA

FuMA
Mon Jan 09 21:37:28 CST 2006

Thank Steve,'
LMEMDEBUG has some problem now in my platform.
After I fix the problem, I will try to make a analysis to get the
memory allocation information