This commit is contained in:
2023-06-21 15:02:05 +08:00
parent 2648ad8285
commit 1f98916d36

View File

@@ -166,7 +166,7 @@ public class AMapServiceImpl implements AMapService {
StopWatch.TaskInfo[] taskInfos = stopWatch.getTaskInfo();
StringBuilder sb = new StringBuilder();
sb.append('\n');
sb.append("StopWatch '").append(stopWatch.getId()).append("': running time = ").append(stopWatch.getTotalTimeSeconds()).append(" s");
sb.append("StopWatch '").append(stopWatch.getId()).append("': running time = ").append(stopWatch.getTotalTimeMillis()).append(" ms");
sb.append('\n');
if (taskInfos.length < 1) {
sb.append("No task info kept");