PDA

View Full Version : QT optimization



shiranraviv
9th February 2010, 06:14
Hi,
Im interesting in optimize my qt app.

Is there any tool you can recommand me?


p.s. i want to check time, cpu usage and memory leak

thank you very much!

franz
9th February 2010, 06:57
Use valgrind.

shiranraviv
9th February 2010, 07:11
With valgrind i will get time results?

pitonyak
9th February 2010, 18:57
http://valgrind.org/


The Valgrind distribution currently includes six production-quality tools: a memory error detector, two thread error detectors, a cache and branch-prediction profiler, a call-graph generating cache profiler, and a heap profiler. It also includes two experimental tools: a heap/stack/global array overrun detector, and a SimPoint basic block vector generator. It runs on the following platforms: X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, and X86/Darwin (Mac OS X).

Never used it, likely will in the future... Should do what you desire.