Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm nearing completion of a program that I've built using the Creator IDE. I'm at the point where I'd like to start looking at ways to speed it up. Are there any performance analysis tools that I can add to Creator without too much hassle?
Thanks.
The latest version of Qt has Valgrind support build in (but that only works on Linux, AFAIK).
Hi, Andre -
I think you're right. Plus, isn't Valgrind more for memory usage than for performance per se?
Valgrind integration also works on Mac OS X.
And Valgrind also includes cachegrind, which is a very useful tool for profiling. Not sure if that part is supported by Creator though.