Add Measure abstraction over measuring time intervals (#4851)
Allows one to swap in different implementations. This provides the normal Insant::now() -> .elapsed() path.
This commit is contained in:
Allows one to swap in different implementations. This provides the normal Insant::now() -> .elapsed() path.