Skip to content

Instantly share code, notes, and snippets.

@kzar
Created August 11, 2015 09:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kzar/4babd9ca7454f7741edf to your computer and use it in GitHub Desktop.
Save kzar/4babd9ca7454f7741edf to your computer and use it in GitHub Desktop.
line_profiler Python "NameError: name 'profile' is not defined" workaround
import line_profiler
profile = line_profiler.LineProfiler()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment