3

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?

sunxd
  • 743
  • 1
  • 9
  • 24

2 Answers2

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
  • 1
    For 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