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

Prevent hanging when sample collection time > interval #124

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2019

  1. WIP

    benbuckman committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    39d345b View commit details
    Browse the repository at this point in the history
  2. num -> frame_count

    benbuckman committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    e8f7e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce003df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbdbcbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d4da7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bb43e3 View commit details
    Browse the repository at this point in the history
  7. debug mode

    benbuckman committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    9ce3a2f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    2d3e274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d250bd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    49a75ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    197ef4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566ce98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02f59c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac49055 View commit details
    Browse the repository at this point in the history
  6. Revert "resolve compiler warnings with correct var types"

    causes segfaults in tests 😞
    
    This reverts commit ac49055.
    benbuckman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e429dcc View commit details
    Browse the repository at this point in the history
  7. (take 2) fix var types / compiler warnings

    - in `fprintf`s
    - `_stackprof.interval` is an int
    - `timestamp_delta` as `int64_t`
       - but doing the same with `_stackprof.raw_timestamp_deltas` makes it segfault!
    benbuckman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    eb74750 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d55084 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6539f5 View commit details
    Browse the repository at this point in the history
  10. try to fix 'hanging' test in CI -

    it appears that at 1μs, performance hit of profiling causes test to take >10s to run, and time out.
    try at 10μs instead.
    benbuckman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2a311b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f1394c View commit details
    Browse the repository at this point in the history