Skip to content

Commit

Permalink
objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Dec 8, 2023
1 parent 08ca416 commit c34cd90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion episodes/profiling-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ exercises: 0

::::::::::::::::::::::::::::::::::::: objectives

- TODO
- execute a Python program via `cprofile` to collect profiling information about a Python program’s execution
- use `snakeviz` to visualise profiling information output by `cprofile`
- interpret `snakeviz` views, to identify the functions where time is being spent during a program’s execution

::::::::::::::::::::::::::::::::::::::::::::::::

0 comments on commit c34cd90

Please sign in to comment.