How can we help you today? How can we help you today?

"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 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.
setter
0

Comments

1 comment

Add comment

Please sign in to leave a comment.