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

Function run_bloat

tests/measure_esp32s3_opt_ins.py:299–300  ·  view source on GitHub ↗
(config_name: str)

Source from the content-addressed store, hash-verified

297
298
299def run_bloat(config_name: str) -> bool:
300 return _run_with_log(_run_bloat_cmd(), f"{config_name}-bloat.log")
301
302
303def read_total_flash() -> int | None:

Callers 1

measure_oneFunction · 0.70

Calls 2

_run_with_logFunction · 0.85
_run_bloat_cmdFunction · 0.85

Tested by

no test coverage detected