Filter Memory

I have a web service I want to do a memory profile on, however I only want to profile certain methods within the service.
How can I filter this?
Does the API work with memory? (Intellisense seems to indicate it works with the "performance" profiling)

Thanks for any help

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Thanks for asking. ANTS Profiler can filter performance profiling down to a particular method, class, or namespace. This is not practical for memory profiling, however, because in order to use it effectively, the lineage of an object needs to be traced back to the root object. This does leave you facing an overwhelming pile of data in the results, but we hope to at least make it a little easier to navigate in ANTS Profiler version 4's memory profiler.

    The API functions are limited to controlling the running copy of ANTS Profiler, so they work exactly the same for performance and memory.
Sign In or Register to comment.