Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Memory/Performance Management

    Mobile and Embedded
    memory performance
    2
    2
    704
    Loading More Posts
    • 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.
    • M
      Mathan M last edited by

      Hi,
      I am using Qt 5.7/ArcGIS sdk for Qt 100.0.0.
      We are in stage to check the performance and memory management of the application while loading the different map sources [.mmpk/.tpk] in the mobile devices.
      Query:
      1.What are the tools should be used for calculating the Performance?
      2.What are the tools to use calculating memory taken by the application and map sources?
      3. If the objects are created, Should developer should clear the object in the destructor of the class.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        1. Depends on the platform
        2. See number 1
        3. What objects ? How are you creating them ? What's their lifetime ?

        In any case, KDAB's GammaRay is a very interesting tool. Valgrind is another one.

        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 Reply Quote 0
        • First post
          Last post