-
Notifications
You must be signed in to change notification settings - Fork 139
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
Error Loading Profile #38
Comments
This happens when SnakeViz is unable to load and render the visualization within 20 seconds, which happens with complicated profiles. What I generally do is look at the stats table to identify a specific slow function to profile and then use the IPython magics |
Got it, thanks. Very nice tool, btw. |
I'm getting this error, and the code is not terribly complex. Below is the profile. Is there any way to extend the time limit, to alter the maximum depth we're looking down, or anything like that?
|
@jeffalstott That's probably plenty big to bog down the current release of SnakeViz. I'm working as we speak on a new release that should be out in the next couple weeks that will improve performance. It's still rough, but you're welcome to give it a try if you're feeling adventurous. The branch I'm working on is at https://github.com/jiffyclub/snakeviz/tree/v2. |
I'm getting this generic error. Is my script just too big?
Error Loading Profile
Sorry, we were not able to load this profile! You can try profiling a smaller portion of your code. The statistics table below might help you narrow down which portion of your code to focus on.
The text was updated successfully, but these errors were encountered: