Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gccflags.py --flags-histogram meaning #140

Open
TimHuDi opened this issue Feb 21, 2020 · 1 comment
Open

gccflags.py --flags-histogram meaning #140

TimHuDi opened this issue Feb 21, 2020 · 1 comment

Comments

@TimHuDi
Copy link

TimHuDi commented Feb 21, 2020

I want to figure out the meaning of --flags-histogram,but cannot get it from the source code.

@jansel
Copy link
Owner

jansel commented Feb 24, 2020

It is for debugging/analysis. It prints out the top 20 flags most commonly used in the final (best) configurations over past training runs. So if you train a single program say 30 times, you can figure out which flags occur most commonly in the winning config.

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

No branches or pull requests

2 participants