Python time.perf_counter 进程间零时间同步;操作系统一致?

Posted

技术标签:

【中文标题】Python time.perf_counter 进程间零时间同步;操作系统一致?【英文标题】:Python time.perf_counter zero-time synchrony between processes; OS-consistent? 【发布时间】:2021-12-28 13:40:18 【问题描述】:

我正在跨 linux/macOS/Windows 进行部署,最近意识到 Windows 上的 time.time() 没有给我足够的精度,所以我正在考虑切换到 time.perf_counter()。我看到docs for perf_counter 表明它没有定义的零时间,只能用于量化增量。这对我的使用来说基本上没问题,除了我的应用程序通过多处理模块产生多个进程,我希望能够在单独的进程中标记事件并在以后临时对齐它们。在 linux 上玩似乎就在不同终端窗口中启动的 Python 会话之间的零时间达成了一致,但我是否可以安全地期待在 macOS 和 Windows 上也有这种协议?

【问题讨论】:

【参考方案1】:

哦,发现有人已经asked something similar,开始了 3.10 中出现的错误报告和修复。

【讨论】:

以上是关于Python time.perf_counter 进程间零时间同步;操作系统一致?的主要内容,如果未能解决你的问题,请参考以下文章

time.perf_counter() 和 time.process_time() 有啥区别?

python线程池和进程池的多参数调用

Python基本数据类型-文本进度条

计算程序运行时间

Python time.md

Python time.md