Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Memory/Performance Management
QtWS25 Last Chance

Memory/Performance Management

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
memoryperformance
2 Posts 3 Posters 843 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.
  • M Offline
    M Offline
    Mathan M
    wrote on 8 Aug 2016, 13:46 last edited by
    #1

    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
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 8 Aug 2016, 21:45 last edited by
      #2

      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
      0

      1/2

      8 Aug 2016, 13:46

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved