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

feat(profiling): Enable profiling for ASGI frameworks #1824

Merged
merged 10 commits into from Jan 17, 2023

Commits on Jan 5, 2023

  1. 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.
    Zylphrex committed Jan 5, 2023
    Copy the full SHA
    2c9d119 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Copy the full SHA
    6fc0cf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Copy the full SHA
    3fbab08 View commit details
    Browse the repository at this point in the history
  2. run black

    Zylphrex committed Jan 10, 2023
    Copy the full SHA
    e153022 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4fc45bf View commit details
    Browse the repository at this point in the history
  4. add hub to profile

    Zylphrex committed Jan 10, 2023
    Copy the full SHA
    4df65a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Copy the full SHA
    5e55ce9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abd8dbb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4dd8b0a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Copy the full SHA
    a1842dc View commit details
    Browse the repository at this point in the history