/twols

Garbage I use.

Primary LanguagePython

Twols

from twols import time

@time
def foo():
  pass

foo()
foo()
print(time.elapsed)