0

In the column of the ants profiler we can see Hit Count : the number of time which the instruction is called. Avg Time :? Time :?

What is the difference between Avg Time and Time?

Simon Warta
  • 10,850
  • 5
  • 40
  • 78
Omega
  • 1,539
  • 1
  • 11
  • 18
  • I'm going out of a limb here, but I'm going to guess `Avg Time` is average time and `Time` is maybe total time? Does `Time / Hit Count = Avg Time`? – Matt Burland Apr 21 '15 at 18:13
  • No some time i have Hit cout = 2,319,044 ; avg time : 0,00 ; times: 6544 the instruction is: long b=2; – Omega Apr 22 '15 at 07:58
  • `6,544/2,319,044 = 0.0028`, rounded to 2 d.p. would be `0.00`, so that would be entirely consistent. – Matt Burland Apr 22 '15 at 12:46
  • sorry they display the average time with 0,000 and their are value like 0.009 so – Omega Apr 22 '15 at 13:20

0 Answers0