Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ProfileResult
Class
ProfileResult
ci/profile/parse_results.py:18–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
@dataclass
18
class
ProfileResult:
19
variant: str
20
target: str
21
total_calls: int
22
total_time_ns: int
23
ns_per_call: float
24
calls_per_sec: float
25
26
27
class
ResultAnalyzer:
Callers
1
load_results
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected