我正在使用秒表(内部使用System.currentTimeMillis())来计算每个API执行和完成的时间。我发现有很多与System.currentTimeMillis()相关的问题。是否有任何替代或更好的方法来计算每个API和System.currentTimeMillis()的备用时间。与在Linux中使用System.nanotime()相比,System.nanotime()使用System.currentTimeMillis()要慢一些,因此无法工作。();
public double elapsedT