| Modifier and Type | Field | Description |
|---|---|---|
int |
activationCount |
The number of times the parser got activated on the top-level.
|
long |
elapsedNanoseconds |
The total time this parser or any of its children has been active.
|
Parser |
parser |
The parser being profiled.
|
int |
totalActivationCount |
The number of times the parser got activated in total (including nested calls).
|
public final Parser parser
public final int activationCount
public final int totalActivationCount
public final long elapsedNanoseconds
Copyright © 2018 PetitParser. All rights reserved.