diff options
| author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2024-02-07 06:35:33 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:45 +0700 |
| commit | bf405bb507db1d47a359250d05e398cd03f7d0a2 (patch) | |
| tree | 1c775f24987aea115593ebdf234e9883d5316ace /python/python3-profilehooks/README | |
| parent | cd311dffc4652186a1375a07abd60f8a93ded710 (diff) | |
python/python3-profilehooks: Added (Python decorators).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-profilehooks/README')
| -rw-r--r-- | python/python3-profilehooks/README | 6 |
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. |
