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

Add CPU Profiling capability that works async #336

Merged
merged 10 commits into from
Feb 13, 2023
Merged

Conversation

kiddkai
Copy link
Contributor

@kiddkai kiddkai commented Jan 10, 2023

Hi @laverdet

This PR is to fix issue: #335

The test file is updated to make sure the async case is covered.

Also, Removed the old CPU profiler implementation.

The current implementation is to return a list of CPU profiles captured between profile start and stop.

I am using the ThreePhase task to stop it to make sure the CPU profiler is able to capture the last running async/sync task.

@laverdet
Copy link
Owner

Thanks!

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.

None yet

2 participants