File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,9 @@ The schedule will very soon contain links to lesson material and exercises.
116
116
- Give individual feedback on code projects
117
117
118
118
119
- ### Extra material if we have time
119
+ ### If we have time left
120
120
121
- - Profiling memory and CPU usage
122
- - Strategies for parallelization
121
+ - {ref}` profiling `
123
122
124
123
125
124
``` {toctree}
@@ -143,6 +142,7 @@ testing
143
142
reusable
144
143
refactoring
145
144
publishing
145
+ profiling
146
146
```
147
147
148
148
``` {toctree}
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments