pub fn profile_summary(
graph: &Graph,
options: ProfileSummaryOptions,
) -> ProfileSummaryExpand description
Summarize an opt-in D39/R-profile snapshot using describe() for node cardinality.
This helper does not subscribe, emit, or create topology. The graph wrapper only reads the
existing describe() and profile() snapshots; the actual rollup is pure over those facts.