Python 3.4 profiler
已回答
Documentation says that, to profile my code, I should do "Run/Profile". This does not work for me as "Profile" does not appear in the Run menu. Can anyone tell me what the proper procedure is?
请先登录再写评论。
The Profile menu should have an option "Profile <config name>" where "<config name>" is the name of your active run configuration. Also, the toolbar should have buttons for running, debugging, coverage, then a clock-looking button for running under the profiler.
If you don't have Profile button in Run menu and on the toolbar, please check that you have "Python Profiler" and "UML support" plugins enabled in Settings| Plugins.
I am having IntelliJ CE 2018.2
there is "profile" button in "Run" menu, but no traces of any controls to check profiling results.
And there are also no plugins available, that Anna Morozova mentioned here. They are among existing or available plugins.
So, how to check profiling results?