How dotTrace make an application REALLY fast

time to read 1 min | 78 words

I have to admit, I was sure that using Thread.Sleep(negativeInt) was an April’s Fools joke, but It looks like some part of the framework are already taking advantage of this:

image

I must say, this make performance profiling somewhat of a challenge, since you don’t generally expect to have to improve performance by making more calls.