Comments
Sort by recent activity
Brian,
I could live with a 2 to 4 times speed degragation but I am seeing orders of magnitude worse. I have an application that takes about 70 seconds to run in the VS 2005 environment. Yesterday I was profiling memory and gave up on it after an 1.5+ hours. Something must be wrong with either my application or the profiler.
Thanks
Brian
Brian Donahue wrote:
Hello Tom,
There isn't a method call or a setting you can avoid to speed the Profiler up any. Simply enabling the profiling interface in .NET slows code down between 2 and 4 times (depending) and even more sometimes because JIT optimizations like inlining are disabled.
/ comments
Brian,
I could live with a 2 to 4 times speed degragation but I am seeing orders of magnitude worse. I have an application that takes about 70 seconds to run in the VS 2005 environment. Yesterday...