Options

"return" takes 10% of the execution time

settersetter Posts: 5
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 code
return

This return in a switch statement. Is this normal? How can it be?

There is no try/finally etc. blocks in the code.

Comments

Sign In or Register to comment.