Skip to content

Instantly share code, notes, and snippets.

@markusrenepae
Last active January 18, 2020 00:31
Show Gist options
  • Save markusrenepae/805f8dee7ebe4d710e4efedf6cd0a219 to your computer and use it in GitHub Desktop.
Save markusrenepae/805f8dee7ebe4d710e4efedf6cd0a219 to your computer and use it in GitHub Desktop.
First code snippet for Medium article about Numpy
time1 = time.perf_counter_ns()
####################################
####################################
#### ####
#### CODE BLOCK ####
#### ####
####################################
####################################
time2 = time.perf_counter_ns()
print = time2 - time1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment