Understanding results in code view

When I look at a particular line of code in the code view, on the left it shows a hit count of 27 and a time of 7.6 sec. Does that mean that each time it hit that line of code it took 7.6 seconds? Or does it mean that ALL 27 hits consumed a TOTAL of 7.6 seconds so that on average it took .28 seconds for each hit?

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    Perhaps this is not as clear as it should be. The time reported is the total time for all calls to the method. To see the minimum, maximum, and verrage times, you can add these statistics to the result grid by right-clicking on the 'all methods' header and using the field chooser.
This discussion has been closed.