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

Use PeriodicThread for sampling #113

Merged
merged 9 commits into from
Dec 11, 2024
Merged

Use PeriodicThread for sampling #113

merged 9 commits into from
Dec 11, 2024

Conversation

jhawthorn
Copy link
Owner

I want to use the same "PeriodicThread" implementation that came from the recent memory profiling for the sampling timer as well.

This allows us to cancel the thread more quickly (previously we had to wait for the timer to expire to stop the sampling thread) and I want to build the ability to "pause" profiling on top of this, which I then want to use to fix the issues we have when forking.

@jhawthorn jhawthorn merged commit abfdeed into main Dec 11, 2024
11 checks passed
@jhawthorn jhawthorn deleted the periodic_thread branch December 11, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant