summaryrefslogtreecommitdiffstats
path: root/python/python3-profilehooks/README
blob: b8238794167fe152128002fc041333e2047e7487 (plain)
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.