slackbuilds/python/python3-profilehooks/README

7 lines
202 B
Plaintext

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.