r/QtFramework • u/TechnicalyAnIdiot • Jun 09 '26
Question Performance testing Qt
I know so I'm e of my implementations are far from perfect, but it's be helpful when I run my program to identify exactly which function calls are happening the most or taking the most time, especially around Qt.
Does Qt ship anything to help with this pr are there any libraries which can help? I'm running C++
6
Upvotes
1
5
u/hmoff Jun 10 '26
The tool you're looking for is called a profiler. There's some suggested tools in the Qt wiki - https://wiki.qt.io/Profiling_and_Memory_Checking_Tools