想知道这个代码道理会运行多久,之前用过matlab它可以很方便的一键统计,Eclipse可以吗?还是只能getsystemtime自己处理了?
迷茫2017-04-17 18:01:20
Use log, you can calculate the specific running time through log code, of course System.currentTimeMillis()
.
PHP中文网2017-04-17 18:01:20
Shouldn’t counting code running time be done at the code level? I don’t know if Eclipse has this function, but I’ve never seen it.