-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
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.