I have to check memory performance of my application, I have solved Leaks now I want to improve the performance of memory.
So, please tell me the process how can I fix and improve the memory performance.
Thank You.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on what you mean by the vague term “memory performance”. I would suggest first using Shark to look at cache misses and/or DRAM bandwidth – that should help you to focus on any parts of your code where memory accesses may be a limiting factor.