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
Currenty I'm getting a profiler dump for the entire my_view (including all of django's middlewares, asgiref, etc...).
Is there a way to get a profiler dump only for the code that has been wrapped in the silk_profile context (do_b() in this case)?
The text was updated successfully, but these errors were encountered:
Let's say I have the following code:
Currenty I'm getting a profiler dump for the entire
my_view
(including all of django's middlewares, asgiref, etc...).Is there a way to get a profiler dump only for the code that has been wrapped in the
silk_profile
context (do_b()
in this case)?The text was updated successfully, but these errors were encountered: