- Hands-On High Performance Programming with Qt 5
- Marek Krajewski
- 48字
- 2021-07-02 13:53:49
Profiling CPU usage
On Linux Qt, Creator integrates with Valgrind's callgrind, which, alas, isn't available on Windows, so we have to look for other tools. Before we jump to the dedicated tools, let's discuss a very basic, little-known (as far as I can judge), but surprisingly effective, technique.