Callgrind's exact instruction-level instrumentation is what performance teams behind projects like LibreOffice and Blender reach for when perf's statistical sampling can't explain a small regression, since it attributes precise instruction and simulated cache costs down to the source line in KCachegrind. The 20-100x slowdown it imposes is exactly why it stays a development-only tool and is never run against live production traffic.