Class GCDiagnosis
An object that hooks itself into the gc callbacks to collect timing and memory statistics, and log interesting info.
Declaration
class GCDiagnosis
source linkDocumentation
Don't instantiate this directly except for tests.
Instead, use the global instance.
Methods
▷ def __init__(self, warn_over_frac=0.1, info_over_rss_win=10 * 1e6) @property
def enabled(self)
Reexports