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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
39d345b
WIP
benbuckman Nov 6, 2019
e8f7e50
`num` -> `frame_count`
benbuckman Nov 6, 2019
ce003df
comment on `stackprof_record_sample_for_stack`
benbuckman Nov 6, 2019
bbdbcbb
WIP always capture timeofday, last_sample_at
benbuckman Nov 6, 2019
1d4da7b
WIP - measuring correctly in `stackprof_record_sample`
benbuckman Nov 7, 2019
5bb43e3
move `in_signal_handler` lock to global struct, checked in signal han…
benbuckman Nov 7, 2019
9ce3a2f
`debug` mode
benbuckman Nov 7, 2019
2d3e274
use `int64_t` instead of `long int`
benbuckman Nov 8, 2019
d250bd4
accidentally dropped `MICROSECONDS_IN_SECOND` definition earlier
benbuckman Nov 8, 2019
49a75ae
move `in_signal_handler` reset to `_stackprof.frames` reset block
benbuckman Nov 11, 2019
197ef4b
test for `missed_samples` when sampling too fast
benbuckman Nov 11, 2019
566ce98
whitespace (tabs not spaces, ~consistently)
benbuckman Nov 11, 2019
02f59c1
don't reset `last_sample_at` when resuming
benbuckman Nov 11, 2019
ac49055
resolve compiler warnings with correct var types
benbuckman Nov 11, 2019
e429dcc
Revert "resolve compiler warnings with correct var types"
benbuckman Nov 11, 2019
eb74750
(take 2) fix var types / compiler warnings
benbuckman Nov 11, 2019
0d55084
fix one more compiler warning with `int` vs `int64_t`
benbuckman Nov 11, 2019
b6539f5
fix type, assignment, and allocation for `raw_timestamp_deltas`
benbuckman Nov 11, 2019
2a311b8
try to fix 'hanging' test in CI -
benbuckman Nov 11, 2019
0f1394c
move debug-printf for interval, to include default
benbuckman Nov 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading