Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 516 Bytes

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