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 Creator Widget application performance issue with Lattepanda v1
Qt 6.11 is out! See what's new in the release blog

Qt Creator Widget application performance issue with Lattepanda v1

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 424 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.
  • A Offline
    A Offline
    Ashish Epsilon
    wrote on last edited by
    #1

    Hi
    I am using Lattepanda V1 with a 2 Gb ram version and I have built an application in windows 10 with multithreading that contains 1 - Modbus TCP connection, 1- Modbus RTU connection, and a Serial port that runs in timer-based data requesting every 2 milliseconds from the Modbus slave devices, and a Serial port is used for the communication with the ESP32 Controller.
    The application also contains multiple animations so I have put multiple .gif on the QLabel and executed multiple connect functions to get better performance while executing multiple .gif files.

    but when I tried to run the qt 6.4.2 application in Lattepanda and found hanging issues in the long run which is working as expected in my system. Please suggest optimize methods to get better performance.

    SGaistS 1 Reply Last reply
    0
    • A Ashish Epsilon

      Hi
      I am using Lattepanda V1 with a 2 Gb ram version and I have built an application in windows 10 with multithreading that contains 1 - Modbus TCP connection, 1- Modbus RTU connection, and a Serial port that runs in timer-based data requesting every 2 milliseconds from the Modbus slave devices, and a Serial port is used for the communication with the ESP32 Controller.
      The application also contains multiple animations so I have put multiple .gif on the QLabel and executed multiple connect functions to get better performance while executing multiple .gif files.

      but when I tried to run the qt 6.4.2 application in Lattepanda and found hanging issues in the long run which is working as expected in my system. Please suggest optimize methods to get better performance.

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You should profile your application to see where the hot paths are.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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