c# - How to memory profile unit tests running in Visual Studio -
i'd create unit tests test whether instances of specific types (not written me) being created; whether live or on gc heap, etc - kind of thing .net profiler api allows profilers via c++. these tests need run visual studio via nunit test adapter visual studio.
however, have not found built-in or third party c# api allow me this.
the scitech memory profiler api comes close, does not seem allow profiling running tests in visual studio. instead, requires unit test runner process run under profiler.
Comments
Post a Comment