Re: Regarding Kernel Code Coverage
On Thu, 2004-07-08 at 10:05, Justin Walker wrote:
On Jul 7, 2004, at 3:20, Manjunath wrote:
Hi,
I am trying to find the code coverage for kernel. Is it possible to
find
kernel code coverage for Darwin Kernel?
I'm not sure what you mean by this. Usually, 'coverage' is determined
by running a program against the source. Typically, doing this on
kernel code is problematic, but I have seen related discussions on the
FreeBSD lists.
Can you be more specific about what you want?
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | When LuteFisk is outlawed
| Only outlaws will have
| LuteFisk
On linux we have Kernel Code Coverage Analysis where in we can measure how much of the kernel code is run during a test. GCC provides the code coverage at user level program if program is compiled with certain flags. On a similar basis can we get Code coverage for the kernel on Mac. Regards Manju _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Manjunath