Python : 改进的模块time
PEP 564 向 time 模块增加六个具有纳秒级精度的新函数:time.clock_gettime_ns()time.clock_settime_ns()time.monotonic_ns()time.perf_counter_ns()time.process_time_ns()time.time_ns()增加了新的时钟标识符:time.CLOCK_BOOTTIME...