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. QT is very slow on windows CE if using raster painting-engine
QtWS25 Last Chance

QT is very slow on windows CE if using raster painting-engine

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 3.4k 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.
  • C Offline
    C Offline
    chen.kline
    wrote on last edited by
    #1

    I use QT 4.7.2 on windows CE 6.0 with raster graphicssystem, but QT is very slow.
    the device's CPU is enough fast.

    Why ?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      L.MCH
      wrote on last edited by
      #2

      It's very hard to answer your question if you don't further expand the description of the problem.

      Very slow compared to ... ?
      Are you performing some heavy processing in some of the slot functions called while executing the program ?
      Are you performing file I/O operations directly in the slot function ?
      Are you performing lots of graphical operations that cause multiple redraws instead of performing them off-screen and then doing a single redraw ?
      Etc. etc.

      Besides that, remember that even if the cpu is fast, if it has to handle all the graphical processing (i.e. minimal or no hardware support for graphical operations) it takes very little to look very slow compared to what you see on an x86 desktop computer.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sheshou5201314
        wrote on last edited by
        #3

        One of the reasons may be the small page pool. I have the same experience. My Qtgui.dll is placed in a TF card.
        I build QT on wince 6.0 with full features enable. This results in a very big QTGui.dll, about 7 MB.
        WINCE 6.0 use page pool to run app, if your app is too big and the locality is not good enough, your app may run very slowly because the code segment will be page in and page out.

        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