public class ProfileSummary extends Object implements IProfileCollector
| Modifier and Type | Field and Description |
|---|---|
protected IntKeyMap<Step> |
apicalls |
protected int |
magindex |
protected IntKeyMap<Step> |
methods |
protected LongKeyMap<Step> |
sockets |
protected IntKeyMap<Step> |
sqls |
protected int |
totalCount |
BUFFER_SIZE| Constructor and Description |
|---|
ProfileSummary(TraceContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(ApiCallStep sc) |
protected void |
add(MethodStep m) |
protected void |
add(SocketStep m) |
protected void |
add(SqlStep ss) |
void |
add(StepSingle ss) |
void |
close(boolean ok) |
void |
pop(StepSingle ss) |
protected void |
process() |
void |
push(StepSingle ss) |
protected LongKeyMap<Step> sockets
protected int magindex
protected int totalCount
public ProfileSummary(TraceContext context)
protected void process()
public void push(StepSingle ss)
push in interface IProfileCollectorpublic void add(StepSingle ss)
add in interface IProfileCollectorpublic void pop(StepSingle ss)
pop in interface IProfileCollectorprotected void add(SocketStep m)
protected void add(MethodStep m)
protected void add(SqlStep ss)
protected void add(ApiCallStep sc)
public void close(boolean ok)
close in interface IProfileCollectorCopyright © 2021. All rights reserved.