unix上有纳秒级的时间函数吗?

发布于 2024-12-11 22:57:33 字数 66 浏览 0 评论 0原文

我只是对一个lib进行了性能测试,也许有些操作是纳秒级的,所以我想知道是否有任何函数可以做到这样的事情,谢谢您的关注。

I just have a performance test on a lib, maybe some operation is nanosecond-class, so I wonder if there is any function can do such thing, thank you for paying attention.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红尘作伴 2024-12-18 22:57:33

如果您确实需要纳米精度,那么您可能需要 HPETclock_gettime()。第一个链接甚至有一些示例代码,可以帮助您开始对 linux hpet 支持进行很好的解释。

If you really need nano precision then you probably want HPET and the clock_gettime(). First link even has some sample code to get you started with a nice explanation of the linux hpet support.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文