Results 1 to 3 of 3

Thread: Application optimization - Where to begin?

  1. #1
    Join Date
    Jul 2007
    Posts
    26
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Application optimization - Where to begin?

    How do you optimize your application?
    Where do I begin. Is it a way to check where and how is the app using the most resources?

    My guess is,
    1. minimize the number of variables,
    2. write the code shorter, check for "stupid loops" which can be done otherwise in a faster way.
    3. ???

    Thank you for your help.
    Looking for lots of help with my project.

  2. #2
    Join Date
    Sep 2006
    Posts
    339
    Thanks
    15
    Thanked 21 Times in 16 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Application optimization - Where to begin?

    Quote Originally Posted by Tux-Slack View Post
    How do you optimize your application?
    Where do I begin. Is it a way to check where and how is the app using the most resources?

    My guess is,
    1. minimize the number of variables,
    2. write the code shorter, check for "stupid loops" which can be done otherwise in a faster way.
    3. ???

    Thank you for your help.
    Follow the link...
    http://www.tantalon.com/pete/cppopt/main.htm

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Application optimization - Where to begin?

    J-P Nurmi

Similar Threads

  1. QSkinWindows Classes
    By kernel_panic in forum Qt-based Software
    Replies: 45
    Last Post: 20th April 2010, 12:35
  2. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  3. Replies: 3
    Last Post: 8th December 2006, 18:51
  4. Optimization specifics with qmake
    By bitChanger in forum Qt Programming
    Replies: 1
    Last Post: 29th August 2006, 17:55

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.