Possible duplicate:How to create a python profile script?
What visual tools do you know, something similar to JProfiler for Java, for analyzing the performance of Python applications?
You can use cProfile or profile to profile your code.
cProfile
profile
And if you need memory profiling, you can use guppy .
guppy
Source: https://habr.com/ru/post/1332243/More articles:php xpath associated with apostrophe / single quote in the search text - phpHow to define CAAnimation in delegate and release controller? - objective-cEXTJS Rediscovering a grid with a data warehouse - extjsPrinting a hidden window in WPF - c #Ant uses JRE instead of JDK, although environment variables are set - javaWhat is the best JS and HTML5 code to support a touch gesture content carousel on an iPad? - jqueryHow can I achieve $ (document) .ready type behavior for AJAX content? - javascriptInstalling the Perl Module - perlAccessing a Symfony user session in a model (Doctrine) - model-view-controllerRails 3 notifications - ruby-on-railsAll Articles