Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator Profiler only gathers data for .2s
Forum Updated to NodeBB v4.3 + New Features

QtCreator Profiler only gathers data for .2s

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 307 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.
  • D Offline
    D Offline
    davidljung
    wrote on last edited by
    #1

    We have a moderate sized project we developed using QtCreator and would like to use the profiler. It is a combination of C++ and QML code (using Quick Controls 2) - no Qt C++ widgets.

    However, when we start the app with the profiler, it only profiles for .2s. Has anyone had similar behaviour and/or have any idea what may cause this?

    Our main() launch function actually creates two QQmlApplicationEngine instances - one for the splash screen and one for the rest of the app. Once initialized, the splash screen instance is destroyed, however, that takes ~30s, not .2s.
    Also (in case it is relevant), our back-end creates and joins a large number of separate (non-UI) threads during the ini process.

    Appreciate if anyone has any ideas or pointers to similar cases that may help.

    Thanks.

    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