Skip to content

Commit

Permalink
save some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 13, 2024
1 parent 61d0c05 commit 13525b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@ The schedule will very soon contain links to lesson material and exercises.
- Give individual feedback on code projects


### Extra material if we have time
### If we have time left

- Profiling memory and CPU usage
- Strategies for parallelization
- {ref}`profiling`


```{toctree}
Expand All @@ -143,6 +142,7 @@ testing
reusable
refactoring
publishing
profiling
```

```{toctree}
Expand Down
14 changes: 14 additions & 0 deletions content/profiling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(profiling)=

# Profiling memory and CPU usage

Profilers:
- cProfile or profile
- line_profiler
- viztracer
- scalene
- Intel VTune
- PyInstrument
- py-spy
- Pyflame
- timeit

0 comments on commit 13525b8

Please sign in to comment.