if the compiler inlines the measure(_:) method, it could potentially reorder the work in the passed closure such that some of it executes before the timer starts, or after it stops.
based on the discussion here, it sounded like there was no way to reliably benchmark swift code before the Clock APIs were introduced. i’m interested in whether that has changed in the year since.