memory profiling in method wise
sundararajan
Posts: 5
Hi,
in memory profiling, is there any way that it says that a method 'A' allocates this much amount of memory(sum of memory by all objects allocated there). now it gives the objects and corresponding methods.
i would like to see the method - total memory allocation done there and objects allocated there (reverse manner ).
regards,
sundararajan.s
in memory profiling, is there any way that it says that a method 'A' allocates this much amount of memory(sum of memory by all objects allocated there). now it gives the objects and corresponding methods.
i would like to see the method - total memory allocation done there and objects allocated there (reverse manner ).
regards,
sundararajan.s
Comments
ANTS Profiler doesn't do this as yet, but it is something we can possibly look into. Certainly the right information is already in the results, it's just a matter of correlating the information, probably.