rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.61k stars 254 forks source link

Not decorator provided #163

Open fkolokathi opened 5 years ago

fkolokathi commented 5 years ago

I have python 3.7 installed and although I use @profile decorator when I choose Run --> Profile line by line, it says that no decorator is provided. I have used line profiler with python 3.5 and it worked ok.