Skip to content

Conversation

@calixteman
Copy link
Collaborator

A gcno file contains some interesting information about the structure of the functions making the source file.
So this patch aims to provide a json dump of a gcno in order to make it consumable by other tools.

A gcno file contains some interesting information about the structure
of the functions making the source file.
So this patch aims to provide a json dump of a gcno in order to make it
consumable by other tools.
@calixteman calixteman requested a review from marco-c February 25, 2023 16:02
@calixteman calixteman linked an issue Feb 25, 2023 that may be closed by this pull request
);
}

if let Some(gcno) = opt.gcno {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make this option conflict with others, given that we return early when it is set?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you want to do that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Output format to summarize gcno information

2 participants