Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
None
-
None
Description
In many places we are using CLOCK_REALTIME or gettimeofday() to report how long something took to execute. The problem with these is they don't account for clock drift due to ntp adjustments. We should be using CLOCK_MONOTONIC_RAW for these measurements.