public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* re: [RFC] gcov tool, comparing coverage across platforms
@ 2005-06-27 15:05 Dan Kegel
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Kegel @ 2005-06-27 15:05 UTC (permalink / raw)
  To: GCC Mailing List, ransom, gcov-capstone

> We are a group of undergrads at Portland State University who accepted as our senior capstone software engineering project a proposed tool for use with gcov for summarizing gcov outputs for a given piece of source code tested on multiple architecture/OS platforms. A summary of the initial proposal is here:
> http://www.clutchplate.org/gcov/gcov_proposal.txt
> 
> A rough overview of our proposed design is as follows:
> We would build a tool which would accept as input:
> on the command line, paths to each .gcov file to be included in the summary,
> each of these to be followed by a string which would be the platform identifier for
> that .gcov file.
> The .gcov files would be combined so that the format would parallel the existing output,
> with the summarized report listing each line of the source once, followed immediately
> by a line for each platform id and the coverage data for that platform.

Sounds like a fun project.

Rather than taking the path to each .gcov file on
the commandline, you might consider searching
from them, as lcov does.
Come to think of it, maybe you could steal
some ideas or even code from lcov. See
http://ltp.sourceforge.net/coverage/lcov.php
ltp is written in perl, for what it's worth.

I like using Bourne shell for projects it's a good
fit for, but you may find yourself needing
something like perl, since you'll be wrangling
lots of files and lots of text.
- Dan

-- 
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [RFC] gcov tool, comparing coverage across platforms
@ 2005-06-23 18:41 ransom
  2005-06-27 12:18 ` Nathan Sidwell
  2005-06-27 16:40 ` Joe Buck
  0 siblings, 2 replies; 4+ messages in thread
From: ransom @ 2005-06-23 18:41 UTC (permalink / raw)
  To: gcc; +Cc: Janis Johnson

We are a group of undergrads at Portland State University who accepted 
as our senior capstone software engineering project a proposed tool for 
use with gcov for summarizing gcov outputs for a given piece of source 
code tested on multiple architecture/OS platforms. A summary of the 
initial proposal is here:
http://www.clutchplate.org/gcov/gcov_proposal.txt

A rough overview of our proposed design is as follows:
We would build a tool which would accept as input:
   on the command line, paths to each .gcov file to be included in the 
summary,
   each of these to be followed by a string which would be the platform 
identifier for
   that .gcov file.
   The .gcov files would be combined so that the format would parallel 
the existing output,
   with the summarized report listing each line of the source once, 
followed immediately
   by a line for each platform id and the coverage data for that 
platform.

Our closest interpretation of this is to provide a tool in the form of 
a shell script which would provide a listing very much like the current 
gcov output, but which would for each line or section of source provide 
coverage information for each platform with a note associating each 
output with its specific platform identifier.

Current questions include whether this tool needs to be used on 
platforms for which a bourne shell script is inappropriate and whether 
this tool needs to be coded in C instead. Also, whether the -a, -b, -c 
and -f output types from gcov all need to be accounted for or whether 
only some of these outputs are of types for which cross-platform 
comparison makes sense. We have little doubt that regular users of gcov 
will see other concerns as obvious which we haven't foreseen at all. We 
welcome exactly these observations.

Most importantly, since there is no one clear party who has 
commissioned this tool, we need input as to whether we are on the right 
track to build a useful tool. Our time is limited and our deadline for 
a finished item is the end of July. We would be most grateful for any 
comment or guidance, any instance of a point a user might need to make 
use of this tool.

Thanks,
Jesse Burkett
gcov capstone team at PSU
gcov-capstone@cs.pdx.edu

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-27 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-27 15:05 [RFC] gcov tool, comparing coverage across platforms Dan Kegel
  -- strict thread matches above, loose matches on Subject: below --
2005-06-23 18:41 ransom
2005-06-27 12:18 ` Nathan Sidwell
2005-06-27 16:40 ` Joe Buck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).