Comments
3 comments
-
Hello,
Is the method recursive? There is a bit of an issue about that you'll find in the Profiler FAQ:
http://www.red-gate.com/products/ants_profiler/faq.htm -
I already looked at the FAQ. would you point the exact Questions.
I do have a recursive function, but there are business conditions that make it break. Would you say that the total time (displayed) to execute a recursive function = actual time * number of calls ?
Thanks
Emad -
Hi,
Yes, but more like (Actual Time) ^ (# of calls)
Add comment
Please sign in to leave a comment.
Details. The test was for an asp.net application. I tested locally on a laptop Pentium M, with 1G ram. (The laptop is connected to power)
Thanks