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!
Printable View
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!
Use valgrind.
With valgrind i will get time results?
http://valgrind.org/
Never used it, likely will in the future... Should do what you desire.Quote:
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).