pub fn record_engine_gc_collector(
collector: &str,
collections: u64,
pause_millis: u64,
)Expand description
Split by collector. Incremental collections are a few milliseconds and harmless; a complete collection traces the whole live set, and this live set is a permanently reachable card database, so it costs about 1.3ms per MB whether it reclaims anything or not. Only the complete series is worth alerting on.