public class TransactionActivityTree extends BaseTree<TraceProfileSegment>
| Constructor and Description |
|---|
TransactionActivityTree(IProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TransactionActivity activity,
java.util.Map<Tracer,java.util.Collection<Tracer>> tracerTree) |
protected TraceProfileSegment |
createProfiledMethod(ProfiledMethod method) |
protected java.util.Map<java.lang.String,java.lang.Object> |
getExtraData() |
add, getCallSiteCount, getMethodCount, getRootCount, getRootSegments, getSegment, writeJSONStringpublic TransactionActivityTree(IProfile profile)
protected java.util.Map<java.lang.String,java.lang.Object> getExtraData()
getExtraData in class BaseTree<TraceProfileSegment>public void add(TransactionActivity activity, java.util.Map<Tracer,java.util.Collection<Tracer>> tracerTree)
protected TraceProfileSegment createProfiledMethod(ProfiledMethod method)
createProfiledMethod in class BaseTree<TraceProfileSegment>