Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[master] Gitignore gmon.out #5796
Conversation
gmon.out is generated when profiling turned on Full Configuration: ./configure --prefix=$PWD/install --enable-profiling --enable-big-digits=30 --with-pydebug --with-assertions --with-valgrind
This comment has been minimized.
This comment has been minimized.
the-knights-who-say-ni
commented
Feb 21, 2018
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Mar 26, 2018
Thanks @neerajbadlani for the PR, and @serhiy-storchaka for merging it |
This comment has been minimized.
This comment has been minimized.
Thank you @neerajbadlani! |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Mar 26, 2018
GH-6252 is a backport of this pull request to the 3.7 branch. |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Mar 26, 2018
Sorry, @neerajbadlani and @serhiy-storchaka, I could not cleanly backport this to |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Mar 26, 2018
GH-6253 is a backport of this pull request to the 3.6 branch. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Mar 31, 2018
GH-6328 is a backport of this pull request to the 2.7 branch. |
gmon.out is generated when profiling turned on Full Configuration: ./configure --prefix=$PWD/install --enable-profiling --enable-big-digits=30 --with-pydebug --with-assertions --with-valgrind
neerajbadlani commentedFeb 21, 2018
gmon.out is generated when profiling turned on
Full Configuration:
./configure --prefix=$PWD/install --enable-profiling --enable-big-digits=30
--with-pydebug --with-assertions --with-valgrind