Currently the asyncio event loop simply calls time.monotonic(), so we can easily query the resolution with time.get_clock_info(\'monotonic\').resolution
time.monotonic()
time.get_clock_info(\'monotonic\').resolution