-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: vmprof/vmprof-python
base: master
head repository: vmprof/vmprof-python
compare: enable-kwargs
- 14 commits
- 5 files changed
- 1 contributor
Commits on Nov 10, 2017
-
change the interface between vmprof.enable and _vmprof.enable: the id…
…ea is that all the optional arguments are passed as kwargs, and that _vmprof.enable returns a dictionary of the args which it did not understood. This should make it easier to add new options without going out of sync with the PyPy backend, and will let vmprof.enable() to emit warnings if you pass options which are not understood by the backend
Configuration menu - View commit details
-
Copy full SHA for fff31ca - Browse repository at this point
Copy the full SHA fff31caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f01bf1c - Browse repository at this point
Copy the full SHA f01bf1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed6bdea - Browse repository at this point
Copy the full SHA ed6bdeaView commit details -
use the new logic to detect unsupported options, and emit a warning i…
…f the backend does not support some
Configuration menu - View commit details
-
Copy full SHA for cea7223 - Browse repository at this point
Copy the full SHA cea7223View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76bc1e - Browse repository at this point
Copy the full SHA f76bc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753085e - Browse repository at this point
Copy the full SHA 753085eView commit details -
use the new feature of _vmprof.enable to detect unsupported options a…
…nd emit proper warnings
Configuration menu - View commit details
-
Copy full SHA for dd9003f - Browse repository at this point
Copy the full SHA dd9003fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da3c615 - Browse repository at this point
Copy the full SHA da3c615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de4ffa - Browse repository at this point
Copy the full SHA 2de4ffaView commit details -
BAH BAH BAH. Kill unused function_bar which is overwritten immediatel…
…y after, and add a comment to this test
Configuration menu - View commit details
-
Copy full SHA for 46612b3 - Browse repository at this point
Copy the full SHA 46612b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8aeec - Browse repository at this point
Copy the full SHA 0a8aeecView commit details
Commits on Nov 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 30c2d23 - Browse repository at this point
Copy the full SHA 30c2d23View commit details -
try to follow richard's suggestion to call also _vmprof.stop_sampling…
… before _vmprof.disable, let's see if this fixes tests on mac
Configuration menu - View commit details
-
Copy full SHA for d5cbe36 - Browse repository at this point
Copy the full SHA d5cbe36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a82cbe - Browse repository at this point
Copy the full SHA 9a82cbeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...enable-kwargs