Skip to content

ernoc/python-profiling-tutorial

 
 

Repository files navigation

Profiling Tutorial

This tutorial demonstrates several techniques for measuring resource usage and running time of your code. It focuses mainly on python programs.

Installation

TL;DR: Simply run ./setup.sh

This will create a brand new conda environment in the local .env directory.

If you already have a conda installation and would not like to download conda again, from an active conda environment execute:

conda env create -f environment.yml

Launching the tutorial

./launch.sh

About

Profiling Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 67.6%
  • Python 18.1%
  • Shell 14.3%