Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想找到一种在 Android 设备上获取 jiffy 持续时间(由 /proc 使用)的方法,类似于 sysconf(_SC_CLK_TCK)。
我的设备(可能与其他大多数设备一样)使用 1 厘秒 (1/100s),即使 /proc/timer_list 报告“分辨率为 1 纳秒”。有什么可靠的(最好是直接的)方法吗?
谢谢。