Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qml profiler
    Log in to post

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

      1
      0
      Votes
      1
      Posts
      22
      Views

      No one has replied

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

      1
      0
      Votes
      1
      Posts
      49
      Views

      No one has replied

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

      3
      0
      Votes
      3
      Posts
      261
      Views

      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.
    • SOLVED Enabling QML debugging with Pyside2 5.11.2
      Language Bindings • qtcreator pyside2 debugger qml profiler python2 • • Rguessford  

      4
      0
      Votes
      4
      Posts
      1135
      Views

      @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
    • UNSOLVED Why it works at Release, but in Debug, it can't run sucessfully
      C++ Gurus • qml profiler • • Solan  

      5
      0
      Votes
      5
      Posts
      1169
      Views

      @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.
    • UNSOLVED QtCreator 3.6.1 - QML Profiler - iOS
      Tools • ios qml profiler qtcreator 3.6.1 • • MaxL  

      1
      0
      Votes
      1
      Posts
      593
      Views

      No one has replied

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

      1
      0
      Votes
      1
      Posts
      395
      Views

      No one has replied