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

Method start

ci/meson/build_timer.py:31–34  ·  view source on GitHub ↗

Mark the start of the build process.

(self)

Source from the content-addressed store, hash-verified

29 _start_time: Optional[float] = None
30
31 def start(self) -> None:
32 """Mark the start of the build process."""
33 self._start_time = time.time()
34 self._checkpoints["start"] = self._start_time
35
36 def checkpoint(self, name: str) -> None:
37 """Record a timing checkpoint."""

Callers 15

run_meson_build_and_testFunction · 0.95
make_watch_dog_threadFunction · 0.45
mainFunction · 0.45
run_fastled_web_compilerFunction · 0.45
start_http_serverFunction · 0.45
start_http_serverFunction · 0.45
argv_ultra_early_exitFunction · 0.45
test_concurrent_checksFunction · 0.45
replace_extern_c_in_fileFunction · 0.45
start_http_serverFunction · 0.45
parse_oneline_filterFunction · 0.45

Calls 1

timeMethod · 0.80

Tested by 13

make_watch_dog_threadFunction · 0.36
mainFunction · 0.36
start_http_serverFunction · 0.36
start_http_serverFunction · 0.36
test_concurrent_checksFunction · 0.36
start_http_serverFunction · 0.36
check_hierarchyFunction · 0.36