Description
Python performance hotspots can be inspected inside Spyder with line-profiler integration. The package installs a Spyder plugin, not a separate program, so users access it from the Spyder IDE after installation. Profiling runs user code and can expose file paths or timing data from projects being analyzed.