Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QChart::QLineSeries cpu performance

QChart::QLineSeries cpu performance

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 283 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.
  • sitesvS Offline
    sitesvS Offline
    sitesv
    wrote on last edited by sitesv
    #1

    Hello!
    QLineSeries...
    Timer is using for redrawing. Timer interval is 200 ms...
    1024 points...
    opengl is enabled...
    CPU utilizations is 7% (core i7 4 cores/8 threads)... It's it too much. Is it?

    1 Reply Last reply
    0
    • A.A.SEZENA Offline
      A.A.SEZENA Offline
      A.A.SEZEN
      wrote on last edited by
      #2

      500 point x 42 series ~2500 ms cpu %0.2 - %1.2 ... and more process. AMD Ryzen 7 pro 4750u..
      These drawings go through many calculations beforehand. The CPU is already used in those processes.
      You may need to focus on the preprocessing, not the drawing.

      1 Reply Last reply
      0
      • sitesvS Offline
        sitesvS Offline
        sitesv
        wrote on last edited by sitesv
        #3

        I just made a test without calculations... Just draw rand() or const values...

        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