I ran a test for 10 seconds, yet I get results that some methods took 20 seconds. What's going on?
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
eqasrawi
0

Comments

3 comments

  • Brian Donahue
    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
    Brian Donahue
    0
  • eqasrawi
    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
    eqasrawi
    0
  • Brian Donahue
    Hi,

    Yes, but more like (Actual Time) ^ (# of calls)
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.