-
Notifications
You must be signed in to change notification settings - Fork 505
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
feat(profiling): Enable profiling for ASGI frameworks #1824
Merged
Zylphrex
merged 10 commits into
master
from
txiao/feat/enable-profiling-for-asgi-frameworks
Jan 17, 2023
Merged
feat(profiling): Enable profiling for ASGI frameworks #1824
Zylphrex
merged 10 commits into
master
from
txiao/feat/enable-profiling-for-asgi-frameworks
Jan 17, 2023
Commits on Jan 5, 2023
-
feat(profiling): Enable profiling for ASGI frameworks
This enables profiling for ASGI frameworks. When running in ASGI sync views, the transaction gets started in the main thread then the request is dispatched to a handler thread. We want to set the handler thread as the active thread id to ensure that profiles will show it on first render.
Configuration menu - View commit details
-
Copy full SHA for 2c9d119 - Browse repository at this point
Copy the full SHA 2c9d119View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6fc0cf4 - Browse repository at this point
Copy the full SHA 6fc0cf4View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fbab08 - Browse repository at this point
Copy the full SHA 3fbab08View commit details -
Configuration menu - View commit details
-
Copy full SHA for e153022 - Browse repository at this point
Copy the full SHA e153022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc45bf - Browse repository at this point
Copy the full SHA 4fc45bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df65a7 - Browse repository at this point
Copy the full SHA 4df65a7View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e55ce9 - Browse repository at this point
Copy the full SHA 5e55ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd8dbb - Browse repository at this point
Copy the full SHA abd8dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd8b0a - Browse repository at this point
Copy the full SHA 4dd8b0aView commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1842dc - Browse repository at this point
Copy the full SHA a1842dcView 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.