public static class ProfileParser.Aggregator extends ProfileParser.TreeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isTree |
protected int |
maxFrag |
protected int |
n |
protected long |
total |
protected long |
totalProcess |
protected long |
totalSetup |
| Constructor and Description |
|---|
Aggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ProfileParser.OperatorSummary root) |
protected void |
visitOp(ProfileParser.OperatorSummary node,
int indentLevel) |
indentString, indentString, subtreeLabel, visit, visitSubtreeprotected int n
protected long totalSetup
protected long totalProcess
protected long total
protected int maxFrag
protected boolean isTree
public void visit(ProfileParser.OperatorSummary root)
visit in class ProfileParser.TreeVisitorprotected void visitOp(ProfileParser.OperatorSummary node, int indentLevel)
visitOp in class ProfileParser.TreeVisitorCopyright © 2021 The Apache Software Foundation. All rights reserved.