1

In fact it is not neccessary for me to have this tab active (I mean my most preferable tabs are sqlalchemy, renderings and request vars), but now I want to optimise my views, so I need this tab enabled. Strange that it works only with Python 3 (on two different computers).

tshepang
  • 12,111
  • 21
  • 91
  • 136
Vitalii Ponomar
  • 10,686
  • 20
  • 60
  • 88

1 Answers1

4

If you're using the system python and you're using Debian, you might need to install the "python-profiler" package via apt.

Chris McDonough
  • 2,479
  • 18
  • 18