• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

python-line-profiler

Run line-by-line profiles of python code
  • #profiling
  • #python
iddl
0.3.2 8,709
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Python line profiler for Atom

example

Requirements

  • Mac OS, or Linux machine (untested on windows)

  • A line_profiler fork is needed to run this extension.

pip install https://github.com/iddl/line_profiler/zipball/master

How to run

  1. Make sure you're using the right environment. This is done by modifying the 'Shell command' option in the settings.

run_command

The default, /usr/bin/python, works for small tests. However it might be the case you're using virtualenvs and/or running code from a virtual machine.

Example setting of running profiler from a virtual environment in a VM:

ssh, vagrant@192.168.34.10, -t, /home/user/project/venv/bin/python

  1. ALT+SHIFT+P to activate

This will show an editor with a Run button.

  1. Import the function to profile first. The profiler is executed from the parent directory of the profiled code (this doesn't matter if you choose a custom shell command).

Use the profile function to run a profile on your code.

The end product should look something like

pre_run

  1. Stats will appear in the editor gutter

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by