Comments
1 comment
-
Hi Steve,
You may have come across an issue with ANTS Profiler where closing the window on a multithreaded application that you're profiling will not cause ANTS Profiler to stop the profiling. ANTS will stop profiling only if you trap the MMC window's close event and terminate all of the threads in your code.
Until we can get this resolved, you can use the snapshot function while the MMC is running to get results rather than waiting for ANTS Profiler to determine that the application has quit.
Add comment
Please sign in to leave a comment.
Are we setting something up incorrectly, or is there an issue with profiling a .NET assembly hosted inside a native-mode executable?