My intellij version is 15.0.2. But in the run context menu, there is no option regarding profiling a piece of code. Anyone knows what goes wrong?
Asked
Active
Viewed 786 times
3
-
1Are you using CE or Ultimate? – Matt Ball Jan 16 '16 at 18:26
-
Perhaps you should be using PyCharm? I'm not aware of Python support in IntelliJ. – Matt Ball Jan 16 '16 at 18:28
-
yes, without pycharm, one could not use python in intellij at all – sunxd Jan 16 '16 at 18:29
-
1@MattBall: [It exists.](http://stackoverflow.com/questions/24769117/how-do-i-configure-a-python-interpreter-in-intellij-idea-with-the-pycharm-plugin/24769264#24769264) I assure you of that. – Makoto Jan 16 '16 at 18:30
-
are you talking about the python profiler? – sunxd Jan 16 '16 at 18:41
2 Answers
9
The Python profiler does not show up in IntelliJ IDEA Ultimate, if the UML plugin is not enabled. At least this worked for me. I had the same issue and asked JetBrains directly.

auerland
- 106
- 1
- 3
-
The same happened to me in PyCharm. I disabled the UML plugin and the "Run with profiler" action disappeared from the toolbar and the menu. After re-enabling the plugin, the problem was fixed. Thanks! – pietrodn Apr 11 '20 at 07:54
1
The Python profiling is only available in PyCharm Professional and in the version of the Python plugin for IntelliJ IDEA Ultimate. It's not available in IntelliJ IDEA Community Edition.

yole
- 92,896
- 20
- 260
- 197
-
1For me at least, Profile command appeared only after recreating IDEA settings. I had Python plugin already earlier, but there was no Profiling options. – m4tx Jan 25 '16 at 16:45
-
I have IntelliJ Ultimate and Python plugin (description text says: The feature set of the plugin corresponds to PyCharm IDE Professional Edition). But still no Profile run button. – Dat Chu Feb 19 '16 at 22:20