Often, understanding what a C or C++ program does under the hood can be challenging. We resort to educated guesses. However, if you want to know what is going on rather than guess, nothing beats actual measurements. Tracing memory allocations Let's start with a demo to understand what we are talking about here. In the … Continue reading Real-time tracing for C/C++ programs