Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qml profiler
    Log in to post
    • All categories
    • V

      Unsolved Gaps in QML Profiler - Performance issues
      Mobile and Embedded • qml profiler performance gui thread freezing qml • • vpanchal

      1
      6
      Votes
      1
      Posts
      115
      Views

      No one has replied

    • S

      Unsolved How do I Identify frames in the QML profiler ?
      QML and Qt Quick • qml qml profiler • • shashikumar

      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • A

      Unsolved How to measure Qml Application startup time? / boot duration?
      QML and Qt Quick • qml profiler statup time performance boot duration • • akadirdd

      1
      0
      Votes
      1
      Posts
      199
      Views

      No one has replied

    • R

      Unsolved QML performance concerns
      QML and Qt Quick • qml profiler • • RickF

      3
      0
      Votes
      3
      Posts
      383
      Views

      sierdzio

      Ah, I forgot. There is also QNanoPainter: https://github.com/QUItCoding/qnanopainter Haven't tried it myself, but I've heard a lot of good opinions about it.

    • R

      Solved Enabling QML debugging with Pyside2 5.11.2
      Language Bindings • pyside2 python2 qtcreator debugger qml profiler • • Rguessford

      4
      0
      Votes
      4
      Posts
      1981
      Views

      A

      @Rguessford I would also be interested to get the Qt Creator Debug button to work for both, Python and QML debugging, at the same time. Even with QQmlDebuggingEnabler instantiated.
      I think, I'm stuck at the same as @Jeff-B-0

    • S

      Unsolved Why it works at Release, but in Debug, it can't run sucessfully
      C++ Gurus • qml profiler • • Solan

      5
      0
      Votes
      5
      Posts
      1304
      Views

      A

      @Solan
      It will not work in debug mode because in Debug mode there some extra initializations that happen behind the scenes. If you heavily use the pointers the visual debuggers won't help you out.
      For more information on this topic read about -Wall option in gcc for linux and go to msdn about debugger from microsoft windows.
      If the code you are writing from scratch then please use latest conventions of new and delete.

    • M

      Unsolved QtCreator 3.6.1 - QML Profiler - iOS
      Tools • qtcreator 3.6.1 qml profiler ios • • MaxL

      1
      0
      Votes
      1
      Posts
      688
      Views

      No one has replied

    • N

      QML Profiler extremely slow
      Tools • qtcreator qml profiler • • nedo99

      1
      0
      Votes
      1
      Posts
      502
      Views

      No one has replied