December 2018
Intermediate to advanced
374 pages
11h 39m
English
Memory profiling forms a very important aspect of the performance analysis of an application. When building an application, there are places where we may implement an incorrect mechanism of dealing with the dynamically allocated objects and hence may land up in a situation where these objects which are no longer in use are still having a reference pointing to them preventing their garbage collection by the Garbage Collector.
This results in the growth of the application-memory usage over time, causing the application to come to a halt once the system runs out of memory that can be allocated to the application for performing its regular activities.
Now, to address these kinds of issues, we ...
Read now
Unlock full access