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.
我一直在考虑为我的应用程序计时,这样我就可以知道事件何时发生。我的第一个想法是在启动应用程序时访问系统时钟,并在每次我想检查经过时间时再次访问(然后只需减去)。不知道这是否是最准确和最优的方式。有什么建议吗?
非常感谢你!!
如果毫秒分辨率足够,我会使用System.currentTimeMillis(). 它非常适合运行快速性能检查。
System.currentTimeMillis()