MCPcopy Create free account
hub / github.com/FastLED/FastLED / _track_process_start

Method _track_process_start

ci/util/running_process_group.py:499–501  ·  view source on GitHub ↗

Record when a process starts for timing calculations.

(self, process: RunningProcess)

Source from the content-addressed store, hash-verified

497 return None
498
499 def _track_process_start(self, process: RunningProcess) -> None:
500 """Record when a process starts for timing calculations."""
501 self._process_start_times[process] = datetime.now()
502
503 def _update_process_output(self, process: RunningProcess) -> None:
504 """Update cached last output line for a process."""

Callers 3

_run_parallelMethod · 0.95
_run_sequentialMethod · 0.95

Calls 1

nowMethod · 0.45

Tested by

no test coverage detected