Skip to content

Instantly share code, notes, and snippets.

@nvdv
Created October 4, 2016 09:15
Show Gist options
  • Save nvdv/195583098322a9520000db9f185356dd to your computer and use it in GitHub Desktop.
Save nvdv/195583098322a9520000db9f185356dd to your computer and use it in GitHub Desktop.
How profilers work - @Profile wrapping
@profile
def is_prime(n):
...
@profile
def sum_of_digits(n):
...
@profile
def get_primes(n):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment