Thanks for the quick feedback.
The test runs a code which is very cpu intensive, I've uploaded it to
here.
On my machine, it takes 50ms to run it using the VS tester and using Resharper.
NCrunch shows about 400ms.
Analyze line execution times false: 170ms
Instrument output assembly false: 125ms
So, your suggestion is right, the profiler code causes the overhead. I will use the ncrunch: no coverage comments to exclude the most heavy paths.
Or, I'll turn off execution time indication for some more intense TDD sessions.
Thanks for your help and for the excellent product - I love it and I have advocated it on all of my TDD courses for my students.
Zsolt