Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
def
run_bloat(config_name: str) -> bool:
300
return
_run_with_log(_run_bloat_cmd(), f
"{config_name}-bloat.log"
)
301
302
303
def
read_total_flash() -> int | None:
Callers
1
measure_one
Function · 0.70
Calls
2
_run_with_log
Function · 0.85
_run_bloat_cmd
Function · 0.85
Tested by
no test coverage detected