Memory/Performance Management
Unsolved
Mobile and Embedded
-
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. -
Hi,
- Depends on the platform
- See number 1
- 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.