gpt4 book ai didi

java - 获取系统时间精确​​到 0.1ms(100 微秒)

转载 作者:太空宇宙 更新时间:2023-11-03 12:57:56 24 4
gpt4 key购买 nike

我正在尝试进行一些极其准确的数据测量。为此,我需要能够以微秒为单位获取当前时间,精确到 100 微秒(或更多)。我似乎无法在 Android Developer 上找到任何方法网站。设备特定的答案是可以接受的(我可以访问 Nexus 7,所以涉及到的任何答案都很棒)。

我最初认为可以使用系统传感器将时间精确到微秒,但我不知道如何设置和/或判断传感器是否准确。更不用说这些事件。 - SensorManager

有什么方法可以让安卓设备上的时间以微秒为单位精确到 100 微秒以内?

最佳答案

你可以使用System.nanoTime() .根据文档

Returns the current timestamp of the most precise timer available on the local system. This timestamp can only be used to measure an elapsed period by comparing it against another timestamp. It cannot be used as a very exact system time expression.

Returns

the current timestamp in nanoseconds.

来自 java 文档 here你会得到一些额外的解释

关于java - 获取系统时间精确​​到 0.1ms(100 微秒),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16620498/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com