-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add per-operation timing to segment_current_trips using ect.Timer
- Wrapped each significant operation within the `segment_current_trips` function with `ect.Timer` context managers. - Named each timer using the pattern `ecwp.PipelineStages.TRIP_SEGMENTATION.name + "/operation"` for consistent identification. - After each timed block, recorded the elapsed time by calling `esds.store_pipeline_time` with the appropriate parameters. - Ensured that only timing-related code was added without altering existing logic, error handling, or formatting. This enhancement enables granular performance monitoring of the trip segmentation process, allowing for better identification of potential bottlenecks and optimization opportunities.
- Loading branch information
Showing
1 changed file
with
174 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters