Comments
1 comment
-
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.
Add comment
Please sign in to leave a comment.
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