So, there was an awful lot of tools in this chapter, and then some more. What did we really learn from this chapter, besides a litany of tool names? Although it doesn't look like this at first glance, we indeed learned several important things, namely the following:
- What kinds of tools are programmers using for performance analysis?
- What platform, Qt version, and development environment will we be relying on in this book?
- What open source and free tools can we use on Windows in addition to Qt Creator?
- Much insight can be gained by relatively simple means.
- How to profile a QML application's CPU usage.
- How to profile a C++ (and mixed QML/C++) application's CPU usage.
- How to investigate memory usage and find memory leaks.
There are even more specialized performance tools you could use, so there's virtually no limit to the amount of data you can collect...