Constant CPYTHON_GC_COLLECTED_OBJECTS

pub const CPYTHON_GC_COLLECTED_OBJECTS: &'static str;
Expand description

§Description

The total number of objects collected inside a generation since interpreter start.

§Notes

This metric reports data from gc.stats()

§Metadata

Instrument:counter
Unit:{object}
Status:Development

§Attributes