|
Linux Perf
|

Public Member Functions | |
| def | __init__ (self, aval, bval, alabel=None, blabel=None) |
| def | __add__ (self, rhs) |
| def | __str__ (self) |
Public Attributes | |
| alabel | |
| blabel | |
| aval | |
| bval | |
Definition at line 54 of file compaction-times.py.
| def compaction-times.pair.__init__ | ( | self, | |
| aval, | |||
| bval, | |||
alabel = None, |
|||
blabel = None |
|||
| ) |
Definition at line 55 of file compaction-times.py.
| def compaction-times.pair.__add__ | ( | self, | |
| rhs | |||
| ) |
Definition at line 61 of file compaction-times.py.
| def compaction-times.pair.__str__ | ( | self | ) |
Definition at line 66 of file compaction-times.py.
| compaction-times.pair.alabel |
Definition at line 56 of file compaction-times.py.
| compaction-times.pair.aval |
Definition at line 58 of file compaction-times.py.
| compaction-times.pair.blabel |
Definition at line 57 of file compaction-times.py.
| compaction-times.pair.bval |
Definition at line 59 of file compaction-times.py.