Skip to content
  • Yorick Peterse's avatar
    Removed tracking of total method execution times · 595850978443
    Yorick Peterse authored
    Because method call timings are inclusive (that is, they include the
    time of any sub method calls) this would lead to the total method
    execution time often being far greater than the total transaction time.
    Because this is incredibly confusing it's best to simply _not_ track the
    total method execution time, after all it's not that useful to begin
    with.
    
    Fixes gitlab-org/gitlab-ce#17239
    595850978443
To find the state of this project's repository at the time of any of these versions, check out the tags.