fasttime.h 131 B

123456
  1. #pragma once
  2. #include "datetime.h"
  3. /// Fast but possibly less accurate microseconds since epoch
  4. ui64 InterpolatedMicroSeconds();