[유치수] [NOBTS] endTime:long to elapsed:int

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@915 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-11-26 06:40:55 +00:00
parent 999b98b5fe
commit 1e50f29880
+1 -1
View File
@@ -118,7 +118,7 @@ public class Span implements Thriftable {
span.setAgentId(Agent.getInstance().getAgentId());
span.setStartTime(startTime);
span.setEndTime(endTime);
span.setElapsed((int) (endTime - startTime));
span.setMostTraceId(traceID.getId().getMostSignificantBits());
span.setLeastTraceId(traceID.getId().getLeastSignificantBits());
span.setName(name);