Is System.currentTimeMillis() the best measure of time performance in Java?

后端 未结 7 512
别跟我提以往
别跟我提以往 2020-12-31 04:34

Is System.currentTimeMillis() the best measure of time performance in Java? Are there any gotcha\'s when using this to compare the time before action is taken to the time af

7条回答
提交回复
热议问题