Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Application too slow
Forum Updated to NodeBB v4.3 + New Features

Application too slow

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 2 Posters 4.4k Views 1 Watching
  • 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.
  • X Offline
    X Offline
    XerXi
    wrote on last edited by
    #1

    Hi all,

    I'm testing my application and is too slow. I've put some breakpoints on my code and I've seen that "QApplication app(argc, argv);" line spends too much time.

    Is there any way to reduce this time?

    Thanks,

    SergiBC - Developer

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      How much is: too slow?
      what is your platform? embedded is not clearly defined, which processor etc...
      Do you use parameters?

      A bit more information could help.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • X Offline
        X Offline
        XerXi
        wrote on last edited by
        #3

        My environment:

        Desktop Machine

        • Windows XP SP3
        • Visual Studio 2008 Professional
        • Qt 4.7.1 for WinCE
        • Add-in plugin
        • Intel(R) Core(TM)2 Duo CPU E6550 @2.33GHz, 3,23 GB of RAM

        Device Machine

        • Windows Mobile 6.5 Professional
        • Casio IT-800 --> Marvell® PXA320 624MHz

        I compile, build and deploy with Visual Studio and I didn't add any parameter.... When I'm debugging the line “QApplication app(argc, argv);” takes about 15 seconds. I think it is too time.

        Thank you

        SergiBC - Developer

        1 Reply Last reply
        0
        • X Offline
          X Offline
          XerXi
          wrote on last edited by
          #4

          Hi all,

          I've found this link "http://bugreports.qt.nokia.com/browse/QTBUG-11309?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab#issue-tabs":http://bugreports.qt.nokia.com/browse/QTBUG-11309?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab#issue-tabs. It seems that the problem is fixed on Qt 4.7 but I get it on Qt 4.7.1 for WinCE.

          I don't know what is the cause... neither add a comment in link above...

          Any idea?

          Thanks!

          SergiBC - Developer

          1 Reply Last reply
          0
          • G Offline
            G Offline
            giesbert
            wrote on last edited by
            #5

            Hi XerXi,

            did you check, whether the code is changed in 4.7.1 that is stated in the bug report?

            Nokia Certified Qt Specialist.
            Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

            1 Reply Last reply
            0
            • X Offline
              X Offline
              XerXi
              wrote on last edited by
              #6

              I'm not familiar with the bug report. I've searched "slow start application" filtering with my Qt version, and a lot of issues have been listed, but I don't see any similiar to mine....

              I'm frustated...

              SergiBC - Developer

              1 Reply Last reply
              0
              • G Offline
                G Offline
                giesbert
                wrote on last edited by
                #7

                I meant, did you search the Qt source code for the fixes, meantioned in the bug fix?

                Nokia Certified Qt Specialist.
                Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

                1 Reply Last reply
                0
                • X Offline
                  X Offline
                  XerXi
                  wrote on last edited by
                  #8

                  I found this:

                  @Description
                  Programs starting is vary slow.
                  Debugging result is that very long delay happens in file qapplication_win.cpp
                  function initializeMultitouch_sys()
                  line 4023: iInkTablets->get_Count(&count);@

                  But, how is it useful for me?

                  SergiBC - Developer

                  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