Skip to content

Instantly share code, notes, and snippets.

@hierynomus
Created December 29, 2015 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hierynomus/4fa973975d5f10a0f44f to your computer and use it in GitHub Desktop.
Save hierynomus/4fa973975d5f10a0f44f to your computer and use it in GitHub Desktop.
Advent of Code timings
--------------- day1.py ----------------
python $f 0.01s user 0.01s system 88% cpu 0.018 total
--------------- day10.py ----------------
python $f 4.77s user 0.03s system 99% cpu 4.806 total
--------------- day11.py ----------------
python $f 0.93s user 0.01s system 99% cpu 0.944 total
--------------- day12.py ----------------
python $f 0.02s user 0.01s system 89% cpu 0.027 total
--------------- day13.py ----------------
python $f 2.09s user 0.03s system 99% cpu 2.120 total
--------------- day14.py ----------------
python $f 0.21s user 0.01s system 98% cpu 0.219 total
--------------- day15.py ----------------
python $f 2.70s user 0.01s system 99% cpu 2.714 total
--------------- day16.py ----------------
python $f 0.01s user 0.01s system 90% cpu 0.019 total
--------------- day17.py ----------------
python $f 0.32s user 0.01s system 99% cpu 0.330 total
--------------- day18.py ----------------
python $f 5.47s user 0.02s system 99% cpu 5.524 total
--------------- day19.py ----------------
python $f 0.01s user 0.01s system 90% cpu 0.021 total
--------------- day2.py ----------------
python $f 0.01s user 0.01s system 88% cpu 0.021 total
--------------- day20.py ----------------
python $f 37.24s user 0.07s system 99% cpu 37.369 total
--------------- day21.py ----------------
python $f 0.02s user 0.01s system 91% cpu 0.024 total
--------------- day22.py ----------------
python $f 20.92s user 0.11s system 99% cpu 21.103 total
--------------- day23.py ----------------
python $f 0.02s user 0.01s system 91% cpu 0.023 total
--------------- day24.py ----------------
python $f 0.13s user 0.01s system 98% cpu 0.137 total
--------------- day25.py ----------------
python $f 1.89s user 0.21s system 99% cpu 2.114 total
--------------- day3.py ----------------
python $f 0.03s user 0.01s system 95% cpu 0.044 total
--------------- day4.py ----------------
python $f 14.53s user 0.02s system 99% cpu 14.565 total
--------------- day5.py ----------------
python $f 0.01s user 0.01s system 90% cpu 0.020 total
--------------- day6.py ----------------
python $f 4.60s user 0.02s system 99% cpu 4.620 total
--------------- day7.py ----------------
python $f 0.02s user 0.01s system 89% cpu 0.026 total
--------------- day8.py ----------------
python $f 0.01s user 0.01s system 88% cpu 0.017 total
--------------- day9.py ----------------
python $f 0.19s user 0.01s system 98% cpu 0.206 total
>>> elapsed time 1m37s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment