timing
orchard.core.environment.timing
¶
Pipeline Timing Utilities.
Provides time tracking for pipeline execution duration measurement. Used by RootOrchestrator to report total execution time.
TimeTrackerProtocol
¶
TimeTracker()
¶
Default implementation of TimeTrackerProtocol.
Tracks elapsed time between start() and stop() calls, providing both raw seconds and formatted output.