Re: [linuxtools-dev] gcov results aggregation

2014-03-24 Thread Roland Grunberg
- Original Message - > From: "Mr. Clif" > To: "Linux Tools developer discussions" > Sent: Friday, March 21, 2014 8:03:39 PM > Subject: Re: [linuxtools-dev] gcov results aggregation > > So now that I've familiarized myself with lcov and

Re: [linuxtools-dev] gcov results aggregation

2014-03-21 Thread Mr. Clif
So now that I've familiarized myself with lcov and genhtml, I see they do exactly what I was trying to describe below. ;-) I'm wondering if anyone knows of a way to combine the output of several lcov style tracefiles together to be viewed in the eclipse profile window? Thanks, Clif On

[linuxtools-dev] gcov results aggregation

2014-03-19 Thread Mr. Clif
Hello, I've been playing with unit testing (using Google test) and gcov lately. Like many others I have a little routine that uses ifdef macros to compile in different features some of which are mutually exclusive. This means that for the unit tests I have several object directories, one for e