Description
Profiles selected Python functions with a decorator and exports profiling data for KCachegrind or QCachegrind. It helps developers focus performance investigation on specific functions instead of tracing an entire application.
Profiling output can reveal source paths, function names, and workload details. Review generated files before sharing them outside the project.