I am trying to measure performance of some code, and I use TypeMock Isolator to fake part that is not relevant for me. Then I run a session with Red Gate's ANTS profiler and enable TypeMock using TMockRunner.
The session runs fine, but the problem is that ANTS Profiler does not see the source code which makes the whole session useless. If I run the session without TMockRunner then the source is detected but I get no fakes.
Since both Isolator and ANTS are profilers, I understand they may interfere with each other. Does it mean there is no chance of getting them work together properly?