#pragma once #include constexpr int64_t NANO_TO_SECOND = 1000000000; int64_t nano_sleep(uint64_t nano_seconds); int64_t nano_time();