Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Qt-application-getting-slow-on-raspberry-pi-4-after-some-time)
QtWS25 Last Chance

Qt-application-getting-slow-on-raspberry-pi-4-after-some-time)

Scheduled Pinned Locked Moved Unsolved QtonPi
2 Posts 2 Posters 392 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.
  • A Offline
    A Offline
    Ashapura Softech
    wrote on last edited by
    #1

    Re: QT Application getting slow on Raspberry Pi 4 after some time

    By systematically investigating these potential causes, you can effectively diagnose and address the performance slowdown in your QT application on the Raspberry Pi 4.

    Here are some additional resources that you might find helpful:

    QT Performance Optimization Guide: https://www.qt.io/blog/tag/performance
    Memory Management in C++: https://en.cppreference.com/w/cpp/memory
    Raspberry Pi Thermal Throttling: https://newscrewdriver.com/2018/09/06/detecting-raspberry-pi-thermal-throttling-from-console/

    1 Reply Last reply
    0
    • sbelaS Offline
      sbelaS Offline
      sbela
      wrote on last edited by
      #2

      Maybe completely unrelated, but I had the some similar problem, that my application is slowed down after a time. For me it was that I have debug messages with printf and with libfmt fmt::print and when I run my application without watching the output in ssh or same way in a terminal the application slowed down. I had to start my application with redirection of the outputs to /dev/null and the slow down went away. So for me worked the 2&>1 >/dev/null added in the at the startup shell script.

      I would like!

      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