Source: spyder-line-profiler Maintainer: Debian Science Maintainers Uploaders: Ghislain Antony Vaillant , Julian Gilbey Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-line-profiler (>= 4.1.2), python3-pytest , python3-pytest-xvfb , python3-pytestqt , python3-setuptools, python3-spyder (>= 5.4.1) Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/science-team/spyder-line-profiler Vcs-Git: https://salsa.debian.org/science-team/spyder-line-profiler.git Homepage: https://github.com/spyder-ide/spyder-line-profiler Package: python3-spyder-line-profiler Architecture: all Depends: python3-line-profiler (>= 4.1.2), ${misc:Depends}, ${python3:Depends} Description: line profiling plugin for the Spyder IDE 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 > Run line profiler`. . The results will be shown in a dockwidget, grouped by function. Lines with a stronger color take more time to run.