diff --git a/content/index.md b/content/index.md index f015f6c..8363520 100644 --- a/content/index.md +++ b/content/index.md @@ -94,11 +94,6 @@ them to own projects**. - Give individual feedback on code projects -### If we have time left - -- {ref}`profiling` - - ```{toctree} :maxdepth: 1 :caption: Software environment @@ -124,7 +119,6 @@ refactoring-concepts software-licensing publishing packaging -profiling ``` ```{toctree} diff --git a/content/profiling.md b/content/profiling.md deleted file mode 100644 index 3c05669..0000000 --- a/content/profiling.md +++ /dev/null @@ -1,19 +0,0 @@ -(profiling)= - -# Profiling memory and CPU usage - -:::{admonition} Work in progress -Here I will add some examples that we can profile together. -::: - -Profilers: -- cProfile or profile -- line_profiler -- viztracer -- scalene -- Intel VTune -- PyInstrument -- py-spy -- Pyflame -- timeit -