-
Notifications
You must be signed in to change notification settings - Fork 128
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
benbuckman
wants to merge
20
commits into
tmm1:master
Choose a base branch
from
benbuckman:benbuckman-prevent-hanging
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 39d345b - Browse repository at this point
Copy the full SHA 39d345bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f7e50 - Browse repository at this point
Copy the full SHA e8f7e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce003df - Browse repository at this point
Copy the full SHA ce003dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbdbcbb - Browse repository at this point
Copy the full SHA bbdbcbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4da7b - Browse repository at this point
Copy the full SHA 1d4da7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb43e3 - Browse repository at this point
Copy the full SHA 5bb43e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce3a2f - Browse repository at this point
Copy the full SHA 9ce3a2fView commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2d3e274 - Browse repository at this point
Copy the full SHA 2d3e274View commit details -
Configuration menu - View commit details
-
Copy full SHA for d250bd4 - Browse repository at this point
Copy the full SHA d250bd4View commit details
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 49a75ae - Browse repository at this point
Copy the full SHA 49a75aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197ef4b - Browse repository at this point
Copy the full SHA 197ef4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 566ce98 - Browse repository at this point
Copy the full SHA 566ce98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f59c1 - Browse repository at this point
Copy the full SHA 02f59c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac49055 - Browse repository at this point
Copy the full SHA ac49055View commit details -
Revert "resolve compiler warnings with correct var types"
causes segfaults in tests 😞 This reverts commit ac49055.
Configuration menu - View commit details
-
Copy full SHA for e429dcc - Browse repository at this point
Copy the full SHA e429dccView commit details -
(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!
Configuration menu - View commit details
-
Copy full SHA for eb74750 - Browse repository at this point
Copy the full SHA eb74750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d55084 - Browse repository at this point
Copy the full SHA 0d55084View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6539f5 - Browse repository at this point
Copy the full SHA b6539f5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2a311b8 - Browse repository at this point
Copy the full SHA 2a311b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1394c - Browse repository at this point
Copy the full SHA 0f1394cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.