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

Automatically profile all threads #10

Closed
Tracked by #8
lucamuscat opened this issue Dec 26, 2024 · 1 comment
Closed
Tracked by #8

Automatically profile all threads #10

lucamuscat opened this issue Dec 26, 2024 · 1 comment
Labels

Comments

@lucamuscat
Copy link
Owner

lucamuscat commented Dec 26, 2024

Currently, perfsephone only profiles the main thread. Frameworks such as Fastapi do not execute code on the main thread, but on external thread pools, consequently leading to the interesting code not being profiled.

@lucamuscat lucamuscat mentioned this issue Dec 26, 2024
13 tasks
@lucamuscat lucamuscat changed the title Automatically profiling multiple threads -- Currently, perfsephone only profiles the main thread. Frameworks such as Fastapi do not execute code on the main thread, but on external thread pools, consequently leading to the interesting code not being profiled; Automatically profiling multiple threads Dec 26, 2024
@lucamuscat lucamuscat changed the title Automatically profiling multiple threads Automatically profile all threads Dec 26, 2024
@lucamuscat
Copy link
Owner Author

Implemented by #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant