Ctrl-C Profiling: A Simple Debugging Technique for Lazy Developers
The author reflects on a profiling technique suggested by commenters: using Ctrl-C in a debugger to capture call stacks and identify where a program spends most of its time. Initially dismissive, the author later comes to appreciate this method as effective against "stupid problems" faced by lazy developers in unfriendly environments, even if it doesn't solv