Commit aaa3aa0f authored by yanzg's avatar yanzg

修复等待时间

parent 4191955d
...@@ -34,7 +34,7 @@ public class AspectUrlCountVo { ...@@ -34,7 +34,7 @@ public class AspectUrlCountVo {
if (isLog) { if (isLog) {
this.logCount++; this.logCount++;
} }
this.totalTime += this.endCount; this.totalTime += time;
this.minTime = Math.min(time, this.minTime); this.minTime = Math.min(time, this.minTime);
this.maxTime = Math.max(time, this.maxTime); this.maxTime = Math.max(time, this.maxTime);
this.avgTime = this.totalTime / this.endCount; this.avgTime = this.totalTime / this.endCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment