memory profiling in method wise

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

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    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.
Sign In or Register to comment.