-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ProfilingPanel info not collected #1208
Comments
Do you have anything installed that might be impacting |
I'll check, but can you provide more information about what to look for? |
Any other debugging packages installed or any debugging monkey patching that you've done. Perhaps try seeing if you can spin up a new project (or use DDT's example project after pulling it) to see if you can use the ProfilingPanel there. |
For the former, we did (in some cases) have Not sure about any monkey patching going on. |
Are you able to use the |
Good news is that the example does work. |
@tim-schilling where might I try using that stats class? python shell or somewhere else? Do you have a snippet I could run? |
Run the shell with your django application so the stack should be similar. Though obviously it won't eliminate everything from your stack because running the application is still different than the shell. This script from the docs should generate a stats class internally.
|
I was able to run that (using . |
Sorry, I don't have an answer for you. I can't reproduce this problem. |
In my usage the ProfilingPanel info is not being collected/processed, despite being enabled.
I have run in debug mode and the piece that looks most suspicious (in
generate_stats
) is that:is returning a falsey
root_func
.python3.6, django 2.2.6, and django debug toolbar 2.0
The text was updated successfully, but these errors were encountered: