Comment on I made a real-time C/C++/Rust build visualizerparentComments−pklausler1ystrace might help, if you have it.−touisteur1yperf record -e "syscalls:,sched:" is my go-to there - or just apply it on whole-system, aasone does.
Comments
strace might help, if you have it.
perf record -e "syscalls:,sched:" is my go-to there - or just apply it on whole-system, aasone does.