How dotTrace make an application REALLY fast
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:
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.
Comments
More calls like this and programs will produce result before the execution.
lol
It is not exactly a bug in dottrace.
You have an intel processor with dynamic speed setup in bios.
It helps to set processor affinity in the process explorer for the process you are profiling to use only a single core.
Comment preview