summaryrefslogtreecommitdiff
path: root/topics/profiling_python_code.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'topics/profiling_python_code.gmi')
-rw-r--r--topics/profiling_python_code.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/profiling_python_code.gmi b/topics/profiling_python_code.gmi
index d7f9ea0..9052364 100644
--- a/topics/profiling_python_code.gmi
+++ b/topics/profiling_python_code.gmi
@@ -20,3 +20,9 @@ The output can be redirected, e.g.
* env [various-env-vars] python3 -m cProfile the-script.py 2>error.log 1>performance.log
which should help will separating errors from the performance data, for easier analysis
+
+
+## Tags
+
+* type: documentation
+* keywords: profiling, python