PDA

View Full Version : QT/C++ profiler


maverick_pol
31st October 2007, 16:05
Hi,

Could you suggest a profiler tool for Qt applications (Linux/windows/solaris/mac)
cross platform profiler or different ones for different platforms.

Thanks .

Maverick

jpn
31st October 2007, 16:11
Not very covering list but here's at least some: http://wiki.qtcentre.org/index.php?title=Profiling. Feel free the extend the list.. :)

marcel
31st October 2007, 22:23
For Windows you can try DevPartner or Intel Thread Checker or Rational Purify(used by TT). For Solaris you always have their own DTrace and for Mac you have Shark which comes with XCode, therefore free.