Linux Perf
compaction-times.cnode Class Reference
Collaboration diagram for compaction-times.cnode:
Collaboration graph

Public Member Functions

def __init__ (self, ns)
 
def __add__ (self, rhs)
 
def __str__ (self)
 
def complete (self, secs, nsecs)
 
def increment (self, migrated, fscan, mscan)
 

Public Attributes

 ns
 
 migrated
 
 fscan
 
 mscan
 

Detailed Description

Definition at line 69 of file compaction-times.py.

Constructor & Destructor Documentation

◆ __init__()

def compaction-times.cnode.__init__ (   self,
  ns 
)

Definition at line 70 of file compaction-times.py.

Member Function Documentation

◆ __add__()

def compaction-times.cnode.__add__ (   self,
  rhs 
)

Definition at line 76 of file compaction-times.py.

◆ __str__()

def compaction-times.cnode.__str__ (   self)

Definition at line 83 of file compaction-times.py.

Here is the call graph for this function:

◆ complete()

def compaction-times.cnode.complete (   self,
  secs,
  nsecs 
)

Definition at line 96 of file compaction-times.py.

◆ increment()

def compaction-times.cnode.increment (   self,
  migrated,
  fscan,
  mscan 
)

Definition at line 99 of file compaction-times.py.

Member Data Documentation

◆ fscan

compaction-times.cnode.fscan

Definition at line 73 of file compaction-times.py.

◆ migrated

compaction-times.cnode.migrated

Definition at line 72 of file compaction-times.py.

◆ mscan

compaction-times.cnode.mscan

Definition at line 74 of file compaction-times.py.

◆ ns

compaction-times.cnode.ns

Definition at line 71 of file compaction-times.py.


The documentation for this class was generated from the following file: