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

Async View Profiling (using Yappi profiler) #462

Open
Archmonger opened this issue Feb 7, 2021 · 0 comments
Open

Async View Profiling (using Yappi profiler) #462

Archmonger opened this issue Feb 7, 2021 · 0 comments

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Feb 7, 2021

A lot of Django applications have been using async/threading on Django Channels (ASGI). Unfortunately the the CPython profiler does not provide detailed profiling for async or threaded applications.

However, Yappi does support these kinds of applications.

Relevant coding example: https://gist.github.com/axelborja/9ddaa895cd5a338014fcbaee00595765

@Archmonger Archmonger changed the title Support for the Yappi profiler Support for the Yappi profiler (Async Profiling) Aug 26, 2021
@Archmonger Archmonger changed the title Support for the Yappi profiler (Async Profiling) Async View Profiling (using Yappi profiler) Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants