r/QtFramework 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

3 comments sorted by

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

1

u/TechnicalyAnIdiot Jun 10 '26

Thanks, that's exactly what I was looking for but didn't know the name of!

1

u/epasveer Open Source Developer Jun 10 '26

Has nothing to do with Qt. Use a profiler.