chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
With TypeMock Isolator on, the CLR profiler hurts our performance significantly. That is not a problem since we can disable it - but the disable does not take effect immediately.

To get performance back, I must click "Tools - Disable TypeMock Isolator" then run the application, then exit the application. Subsequent runs are fast again.

The same thing happens with enable: I select "Tools - Enable TypeMock Isolator" then I must run the application before I see the performance degradation.

I suspect this is a bug in the IDE integration.
asked by MobyDisk (3.6k points)

11 Answers

0 votes
This is an interesting feature - I will add it to our feature request.

If you're using TestDriven.NET the new version does exactly that - it enble Typemock Isolator during unit test run - you can download it and see if it helps.
answered by dhelper (11.9k points)
...