views:

67

answers:

1

Hi Guys,

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.

+1  A: 

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.

Paul R
Actually after checking all leaks and object allocations in iphone application, next step is Activity Monitor in Xcode for checking performance. I don't no how to go with Activity Monitor.
Madan Mohan
OK - you should probably put an `iPhone` tag on your question, because it currently reads like a Mac OS X programming question.
Paul R