Use consistent means of measuring time

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.5.9
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Throughout the codebase we use process.hrtime() or Date.now() to calculate duration of certain events or operations. We should use a single method, and ideally store numbers rather than the object returned from process.hrtime() to make working with this data easier to reason about, and more interoperable with systems which might not support some approaches.

            Assignee:
            Matt Broadstone
            Reporter:
            Matt Broadstone
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: