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
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
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
Bookmarks