RPKI Engine  1.0
Public Member Functions | Public Attributes
rpki::async::gc_summary Class Reference
Inheritance diagram for rpki::async::gc_summary:
Inheritance graph
Collaboration diagram for rpki::async::gc_summary:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def handler

Public Attributes

 interval
 threshold
 timer

Detailed Description

Periodic summary of GC state, for tracking down memory bloat.

Definition at line 388 of file async.py.


Constructor & Destructor Documentation

def rpki::async::gc_summary::__init__ (   self,
  interval,
  threshold = 0 
)

Definition at line 393 of file async.py.


Member Function Documentation

def rpki::async::gc_summary::handler (   self)
Collect and log GC state for this period, reset timer.

Definition at line 401 of file async.py.

References interval, and threshold.


Member Data Documentation

Definition at line 393 of file async.py.

Referenced by handler().

Definition at line 393 of file async.py.

Referenced by handler().

Definition at line 393 of file async.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties