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.