From bf405bb507db1d47a359250d05e398cd03f7d0a2 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 7 Feb 2024 06:35:33 +0700 Subject: python/python3-profilehooks: Added (Python decorators). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-profilehooks/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-profilehooks/README (limited to 'python/python3-profilehooks/README') 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. -- cgit v1.2.3