You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: