Confused as to how to interpret the readout
rgelb
Posts: 46 Bronze 4
I am profiling an app with ANTS 5.2.0.26 and I am getting a pretty unbelievable number from the WinForms app.
It seems that setting System.ComponentModel.IContainer to null (code generated by the designer) takes 5.x seconds.
http://imgur.com/vf4iZ
Any ideas? Can this be legit?
It seems that setting System.ComponentModel.IContainer to null (code generated by the designer) takes 5.x seconds.
http://imgur.com/vf4iZ
Any ideas? Can this be legit?
Comments
If line-level timings are enabled, this time may include some compiler-generated code that normally goes before the first line of the constructor is executed such as the call to the base class's constructor.
Software Developer
Red Gate Software Ltd.