Posts
Sort by recent activity
"return" takes 10% of the execution time
I have a method that that is defined like this:void DoSomething(int Count, object Message ){}
According to ANTS %10 of the execution time happened in this codereturn
This retu...
UnsafeNativeMethods.PostMessage-Transition to unmanaged code
I'm trying to profile a section of the code that ANTS says %5 of CPU time.
It's reported as
UnsafeNativeMethods.PostMessage > Transition to unmanaged code
In the call graph, all the callers using a...