cs107-lecture-examples

Example codes used during Harvard CS107 lectures
git clone https://git.0xfab.ch/cs107-lecture-examples.git
Log | Files | Refs | README | LICENSE

run_profile.sh (69B)


      1 #!/usr/bin/env bash
      2 python -m cProfile -o profile \
      3     my_module.py