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
I'm working a relatively large cProfile dump while analyzing startup of a django application. The profile file size is 9.4MB. Snakeviz is able to load this, though it can't visualize at a depth of more than 5 calls. Tuna just fails to load a file of this size. It looks like this is probably a result of eager-loading the entire profiling data set.
The text was updated successfully, but these errors were encountered:
I'm working a relatively large cProfile dump while analyzing startup of a django application. The profile file size is 9.4MB. Snakeviz is able to load this, though it can't visualize at a depth of more than 5 calls. Tuna just fails to load a file of this size. It looks like this is probably a result of eager-loading the entire profiling data set.
The text was updated successfully, but these errors were encountered: