summaryrefslogtreecommitdiffstats
path: root/python/python3-profilehooks/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-profilehooks/README')
-rw-r--r--python/python3-profilehooks/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-profilehooks/README b/python/python3-profilehooks/README
new file mode 100644
index 0000000000..b823879416
--- /dev/null
+++ b/python/python3-profilehooks/README
@@ -0,0 +1,6 @@
+python3-profilehooks (Decorators for profiling functions)
+
+Python decorators for profiling/tracing/timing a single function
+
+Sometimes you want to profile just a single function in your Python
+program.