I am trying to use flamegraph on Windows to profile a long-running process. When I am done with the workload, I pressed CTRL+C, expecting the process to terminate and to produce a flamegraph. But that doesn't happen. Instead, flamegraph itself exits.
The workaround right now is to stop the process via the task manager. This is a bit inconvenient.