https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #22 from Myron Walker ---
It does the same things a gcov and lcov combined but in python. It also does
merging of data but in a different way than gcov-tool. I might need to change
that. Another part of it is to allow access to di
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #20 from Myron Walker ---
So I will probably continue working on the python script or package that can do
much of the enhanced processing. One of the benefits of the python is I can
process the code coverage data outside of a build e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #16 from Myron Walker ---
Just seems easier if the tool offers a choice.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #14 from Myron Walker ---
There are three types of files used to create a code coverage report. Notes,
Data, and Source. It is likely that each type of file might have its own
prefix GCOV_SRC_PREFIX, GCOV_NOTES_PREFIX and GCOC_DATA_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #12 from Myron Walker ---
What would be helpful then is if gcno, gcda and source files could all have
separate root file system prefixes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #11 from Myron Walker ---
Ok. I'll look into it
On Wed, May 6, 2020, 7:25 AM marxin at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
>
> --- Comment #10 from Martin Liška -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #9 from Myron Walker ---
How you I process data files from multiple sources and multiple runs with gcov.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #6 from Myron Walker ---
I use the gcno file to build a the graph, pull counters from the gcda files and
then solve the graph for the missing counts. I am merging the data from
multiple gcda sources. Multiple nodes running the same
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #4 from Myron Walker ---
A python tool that can do distributed code coverage analysis. Gcda files from
cluster nodes from a web interface, gcno from a web interface or file share in
a build archive, and source directly from github.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928
--- Comment #2 from Myron Walker ---
I am parsinv both gcno and gcda files.
Severity: normal
Priority: P3
Component: gcov-profile
Assignee: unassigned at gcc dot gnu.org
Reporter: myron.walker at gmail dot com
CC: marxin at gcc dot gnu.org
Target Milestone: ---
The documentation of the notes file format below do not show
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406
--- Comment #6 from Myron Walker 2012-05-22
21:57:02 UTC ---
Not according to the docs in the comments.
note: unit function-graph*
unit: header int32:checksum string:source
function-graph: announce_function basic_blocks {arcs | l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53414
Bug #: 53414
Summary: gcov does not generate 'Lines' record for final block
of functions
Classification: Unclassified
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406
Myron Walker changed:
What|Removed |Added
Version|4.6.1 |4.2.0
--- Comment #4 from Myron Walker 20
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406
--- Comment #3 from Myron Walker 2012-05-18
17:54:49 UTC ---
Added example GCDA and GCNO files
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406
--- Comment #2 from Myron Walker 2012-05-18
17:54:12 UTC ---
Created attachment 27439
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27439
Sample GCNO file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406
--- Comment #1 from Myron Walker 2012-05-18
17:53:18 UTC ---
Created attachment 27438
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27438
Sample GCDA file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406
Bug #: 53406
Summary: Unit Record not present in header files or in GCOV
output
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
18 matches
Mail list logo