提交 9e832c78 编写于 作者: Y yong.you

modify the analyzer time bug

上级 6396af8e
......@@ -261,7 +261,7 @@ public class TransactionAnalyzer extends AbstractMessageAnalyzer<TransactionRepo
type.findOrCreateAllDuration(allDuration).incCount();
double d = t.getDurationInMicros() / 1000d;
long current = System.currentTimeMillis() / 1000 / 60;
long current = t.getTimestamp() / 1000 / 60;
int min = (int) (current % (60));
processNameGraph(t, name, min, d);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册