Results 1 to 7 of 7

Thread: need a tool for performance testing

  1. #1
    Join Date
    Oct 2009
    Posts
    19
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default need a tool for performance testing

    HI...
    I am looking for a performance testing/memory leak finder kind of soft ware which can test qt desktop app. can any body suggest such tools available.( i am running qt app on windows xp)

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: need a tool for performance testing

    Which processor? If it's Intel then VTune is good, if AMD then CodeAnalyst. Note however that neither will run on the others processor, so don't try running VTune on an AMD.

    There's also processor neutral packages, such as IBM's Purify and PurifyPlus.

    Visual Studio Team Edition has a profiler built in, whilst the non-team versions have a command line tool for profiling.

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: need a tool for performance testing

    http://valgrind.org. See also the debugging and performance article in the wiki.

  4. #4
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: need a tool for performance testing

    I didn't think Valgrind supported Windows?

  5. #5
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: need a tool for performance testing

    Quote Originally Posted by fatjuicymole View Post
    I didn't think Valgrind supported Windows?
    That's right, but since Linux is mentioned in newtowindows "infobox" (?) and if his software doesn't need windows specific stuff, performance and memory leaks can be tested under Linux as well. (With limitations of course...)

  6. #6
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: need a tool for performance testing

    Fair enough, I was basing my suggestions from his "i am running qt app on windows xp" part of his post. Didn't notice his "infobox".

  7. #7
    Join Date
    Nov 2007
    Posts
    17
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: need a tool for performance testing

    Quote Originally Posted by newtowindows View Post
    HI...
    I am looking for a performance testing/memory leak finder kind of soft ware which can test qt desktop app. can any body suggest such tools available.( i am running qt app on windows xp)
    If you develop with VisualStudio, maybe this helps?
    MSDN: Memory Leak Detection and Isolation

Similar Threads

  1. Testing Qt-Software with a GUI Testing Tool
    By nightghost in forum Qt Programming
    Replies: 8
    Last Post: 22nd February 2012, 07:43
  2. Grouping of Tool buttons in Tool bar
    By febil in forum Qt Programming
    Replies: 1
    Last Post: 24th March 2009, 11:51
  3. tool buttons on top of label
    By McKee in forum Qt Programming
    Replies: 5
    Last Post: 2nd November 2008, 16:07
  4. Open source automated testing tool for Qt App
    By William Wilson in forum Qt Programming
    Replies: 21
    Last Post: 5th December 2007, 16:56
  5. Automated testing tool for Qt app
    By William Wilson in forum Qt Programming
    Replies: 1
    Last Post: 12th November 2007, 09:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.