profile.py 131 B

1234
  1. import cProfile
  2. cProfile.run('from compose import *;slow()',sort='time')
  3. cProfile.run('from compose import *;fast()',sort='time')