python3-spyder-line-profiler

line profiling plugin for the Spyder IDE
  https://github.com/spyder-ide/spyder-line-profiler
  0
  no reviews



This is a plugin for the Spyder IDE that integrates the Python line profiler.

Add a `@profile` decorator to the functions that you wish to profile then press Shift+F10 (line profiler default) to run the profiler on the current script, or go to `Run > Profile line by line`.

The results will be shown in a dockwidget, grouped by function. Lines with a stronger color take more time to run.