Description
Convert Python cProfile output into calltree data that KCachegrind can visualize, making performance bottlenecks easier to inspect by call graph, cost, and function relationships. It helps developers move from raw profiling files to a navigable view.
Profiling data can include file paths, function names, and workload details. Review reports before sharing them outside the project.