- Hands-On High Performance Programming with Qt 5
- Marek Krajewski
- 41字
- 2021-07-02 13:53:51
Investigating memory usage
On Linux Qt, Creator integrates with Valgrind's memcheck, which, alas, isn't available on Windows, so we have to look for other tools. Before we jump into dedicated tools, however, let's first have a look at Windows system tools.