Skip to content

Commit 13525b8

Browse files
committed
save some notes
1 parent 61d0c05 commit 13525b8

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,9 @@ The schedule will very soon contain links to lesson material and exercises.
116116
- Give individual feedback on code projects
117117

118118

119-
### Extra material if we have time
119+
### If we have time left
120120

121-
- Profiling memory and CPU usage
122-
- Strategies for parallelization
121+
- {ref}`profiling`
123122

124123

125124
```{toctree}
@@ -143,6 +142,7 @@ testing
143142
reusable
144143
refactoring
145144
publishing
145+
profiling
146146
```
147147

148148
```{toctree}

content/profiling.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(profiling)=
2+
3+
# Profiling memory and CPU usage
4+
5+
Profilers:
6+
- cProfile or profile
7+
- line_profiler
8+
- viztracer
9+
- scalene
10+
- Intel VTune
11+
- PyInstrument
12+
- py-spy
13+
- Pyflame
14+
- timeit

0 commit comments

Comments
 (0)