StageTimes
- class StageTimes
Total times for each pipeline stage.
Note that Windows has ~15 ms resolution timers only so this may be wildly inaccurate.
Members defined in
StageTimes(4 members) Attributes
- property ast: datetime.timedelta
The time it took to parse all scheduled documents, including ast and index
- property sema: datetime.timedelta
The time it took to semantically resolve all scheduled documents
- property total: datetime.timedelta
The total time of this execution
- property validate: datetime.timedelta
The time it took to validate all scheduled documents