Re: [Numpy-discussion] C code coverage tool

2009-10-27 Thread Michael Droettboom
On 10/27/2009 05:11 AM, Pauli Virtanen wrote: > Mon, 26 Oct 2009 14:26:20 -0400, Michael Droettboom wrote: > >> I know David Cournapeau has done some work on using gcov for coverage >> with Numpy. >> >> Unaware of this, (doh! -- I should have Googled first), I wrote a small >> C code-coverage t

Re: [Numpy-discussion] C code coverage tool

2009-10-27 Thread Pauli Virtanen
Mon, 26 Oct 2009 14:26:20 -0400, Michael Droettboom wrote: > I know David Cournapeau has done some work on using gcov for coverage > with Numpy. > > Unaware of this, (doh! -- I should have Googled first), I wrote a small > C code-coverage tool built on top of valgrind's callgrind tool, so it > bas

[Numpy-discussion] C code coverage tool

2009-10-26 Thread Michael Droettboom
I know David Cournapeau has done some work on using gcov for coverage with Numpy. Unaware of this, (doh! -- I should have Googled first), I wrote a small C code-coverage tool built on top of valgrind's callgrind tool, so it basically only works on x86/AMD64 unixy platforms, but unlike gcov it