controlflow / resharper-heapview

ReSharper Heap Allocations Viewer plugin
MIT License
304 stars 28 forks source link

Ignore Exceptions #6

Open cyotek opened 10 years ago

cyotek commented 10 years ago

It would be nice if there was the ability to ignore certain classes of object creation, for example anything inheriting Exception or EventArgs. Or if that isn't possible, then the ability to ignore names based on patterns, so I could build my own list of exclusions.

Perhaps the latter (or a combination of the two) might be preferable, as some people may wish to exclude exceptions whilst others want to exclude something that I might want to see.

Thanks for an interesting tool!