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
When enabling profiling it would be nice to have a link where on could download the cProfile file to run it through another visualiser such as runsnake http://www.vrplumber.com/programming/runsnakerun/
I've hacked a piece of code that dumps this to a temp file ( self.profiler.dump_stats(filename)) and shows the temp filename on the page.
The text was updated successfully, but these errors were encountered:
Just FYI if someone worked on #294 these extra addons @jvanasco is making could simply be buttons injected into the current panel via some javascript and they would work on an ajax call instead of being entire panels.
When enabling profiling it would be nice to have a link where on could download the cProfile file to run it through another visualiser such as runsnake http://www.vrplumber.com/programming/runsnakerun/
I've hacked a piece of code that dumps this to a temp file (
self.profiler.dump_stats(filename)
) and shows the temp filename on the page.The text was updated successfully, but these errors were encountered: