Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vmprof/vmprof-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vmprof/vmprof-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: enable-kwargs
Choose a head ref
  • 14 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 10, 2017

  1. 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
    antocuni committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    fff31ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f01bf1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed6bdea View commit details
    Browse the repository at this point in the history
  4. use the new logic to detect unsupported options, and emit a warning i…

    …f the backend does not support some
    antocuni committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    cea7223 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f76bc1e View commit details
    Browse the repository at this point in the history
  6. try to make visual c++ happy

    antocuni committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    753085e View commit details
    Browse the repository at this point in the history
  7. use the new feature of _vmprof.enable to detect unsupported options a…

    …nd emit proper warnings
    antocuni committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    dd9003f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da3c615 View commit details
    Browse the repository at this point in the history
  9. I HATE py3k

    antocuni committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    2de4ffa View commit details
    Browse the repository at this point in the history
  10. BAH BAH BAH. Kill unused function_bar which is overwritten immediatel…

    …y after, and add a comment to this test
    antocuni committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    46612b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a8aeec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    30c2d23 View commit details
    Browse the repository at this point in the history
  2. try to follow richard's suggestion to call also _vmprof.stop_sampling…

    … before _vmprof.disable, let's see if this fixes tests on mac
    antocuni committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    d5cbe36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a82cbe View commit details
    Browse the repository at this point in the history
Loading