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. CPU usage increase while runapplication on board

CPU usage increase while runapplication on board

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 2.0k 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
    chiragbprajapati
    wrote on 29 Feb 2012, 07:02 last edited by
    #1

    Hi all,

    I have developed my application using qt/qml. i have load the qml window and make all window unvisible when not required. when i load this application on board it cpu usage increase almost 99% and remains on that. can any one help?

    Regards,
    CPra

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on 29 Feb 2012, 08:27 last edited by
      #2

      The only recommendation somebody can make is profile your application and look for bootlenecks respectively areas where CPU time might be wasted.

      First check: See the CPU consumption on your presumably faster development unit.

      Second check: Get at least a rough understanding of the possible ratio in CPU ration between your development unit and your deployment unit.

      Third check: See with simple math if it is possible at all to run on deployment board.

      Those are certainly general recommendations which you may have done already. When you have an understanding on the limitations of your deployment unit's CPU speed compared to your other machine you may start profiling.

      When the first check unveils that your development is already running choking when you start your app, start to find the reasons.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        monkeyman
        wrote on 3 Mar 2012, 03:48 last edited by
        #3

        I agree with the first check..Benchmark both platforms and compare the video and cpu benchmarks. My new hardware was slo..so running a different benchmark program revealed a Video Problem..which was easily fixed with a bios setting change..

        1 Reply Last reply
        0

        1/3

        29 Feb 2012, 07:02

        • Login

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