Constant CPYTHON_GC_UNCOLLECTABLE_OBJECTS
pub const CPYTHON_GC_UNCOLLECTABLE_OBJECTS: &'static str;
Expand description
§Description
The total number of objects which were found to be uncollectable inside a generation since interpreter start.
§Notes
This metric reports data from gc.stats()
§Metadata
Instrument: | counter |
Unit: | {object} |
Status: | Development |
§Attributes
Name | Requirement |
---|---|
crate::attribute::CPYTHON_GC_GENERATION | Required |