MCPcopy Create free account
hub / github.com/1jehuang/jcode / StartupProfile

Class StartupProfile

scripts/profile_spawn.py:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320# --------------------------------------------------------------------------- #
321@dataclass
322class StartupProfile:
323 total_ms: float = 0.0
324 deltas_ms: dict[str, float] = field(default_factory=dict)
325 remote_history_ms: float | None = None
326
327
328def parse_startup_profile(log_path: Path) -> StartupProfile | None:

Callers 1

parse_startup_profileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected