Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator 2.0.1 performance
QtWS25 Last Chance

Qt Creator 2.0.1 performance

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 2 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    Hi,

    Has anyone noticed this issue? I'm running Qt Creator 2.0.1 on Win xp

    If I have large projects open (say 4.7 sources and throw in 4.6.3 sources), Creator seems to become very slow and sluggish, freezing for few seconds regularly when I try to do something. Is this a known issue or ... ?

    When I close these large projects, creator starts to fly again !

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      As for me QtCreator is not good idea for such huge projects (projects with size twice bigger than Qt are really huge). I think that Creator is awesome for projects not bigger than 200k sloc.

      And also another question. Are you sure you really need to open such projects fully, not only needed parts of it? Is it really not hard to navigate in such projects using Creator?

      1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        bq. Are you sure you really need to open such projects fully, not only needed parts of it? Is it really not hard to navigate in such projects using Creator?

        I usually keep digging into Qt src code on how things are implemented, and would prefer the whole thing open. But yes it becomes damn slow! Maybe i'll try to load only those modules that i'm interested in. Ideal to have only Qt creator as my IDE, and hoping good performance with large projs in the upcoming releases :)

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          We are aware that the c++ engine has some limitations in Qt Creator 2.0.x: Parsing all the code, managing the data structures used to store all this data and extracting useful information from it is rather involved.

          And of course all this data takes quite a bit of your RAM. Things get really slow when your box has to start swapping...

          The good news is that Qt Creator from master is already a lot faster than those of the 2.0 series. So much faster that we could make the highlighting more accurate (which means many more lookups of types etc.) and still have creator feel faster.

          1 Reply Last reply
          0
          • ? This user is from outside of this forum
            ? This user is from outside of this forum
            Guest
            wrote on last edited by
            #5

            i'm getting the code from master now ;-)

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved