Classes | |
class | UndefinedEvent |
class | Event |
class | Object |
class | Call |
class | Function |
class | Cycle |
class | Profile |
class | Struct |
class | ParseError |
class | Parser |
class | LineParser |
class | XmlToken |
class | XmlTokenizer |
class | XmlTokenMismatch |
class | XmlParser |
class | GprofParser |
class | OprofileParser |
class | SharkParser |
class | AQtimeTable |
class | AQtimeParser |
class | PstatsParser |
class | Theme |
class | DotWriter |
class | Main |
Functions | |
def | percentage |
def | add |
def | equal |
def | fail |
def | ratio |
Variables | |
string | __author__ |
string | __version__ |
int | tol |
tuple | MODULE |
tuple | PROCESS |
tuple | CALLS |
tuple | SAMPLES |
tuple | SAMPLES2 |
tuple | TIME |
tuple | TIME_RATIO |
tuple | TOTAL_TIME |
tuple | TOTAL_TIME_RATIO |
tuple | CALL_RATIO |
tuple | PRUNE_RATIO |
tuple | TEMPERATURE_COLORMAP |
tuple | PINK_COLORMAP |
tuple | GRAY_COLORMAP |
tuple | BW_COLORMAP |
def gprof2dot.add | ( | a, | |
b | |||
) |
Definition at line 46 of file gprof2dot.py.
Referenced by recipes.listshapes.checkMSes(), and recipes.lsms.find_needed_items().
def gprof2dot.equal | ( | a, | |
b | |||
) |
Definition at line 49 of file gprof2dot.py.
def gprof2dot.fail | ( | a, | |
b | |||
) |
Definition at line 55 of file gprof2dot.py.
def gprof2dot.percentage | ( | p | ) |
Definition at line 43 of file gprof2dot.py.
def gprof2dot.ratio | ( | numerator, | |
denominator | |||
) |
Definition at line 61 of file gprof2dot.py.
Referenced by gprof2dot.PstatsParser.parse().
string gprof2dot.__author__ |
Definition at line 22 of file gprof2dot.py.
string gprof2dot.__version__ |
Definition at line 24 of file gprof2dot.py.
tuple gprof2dot.BW_COLORMAP |
Definition at line 1647 of file gprof2dot.py.
tuple gprof2dot.CALL_RATIO |
Definition at line 131 of file gprof2dot.py.
tuple gprof2dot.CALLS |
Definition at line 122 of file gprof2dot.py.
tuple gprof2dot.GRAY_COLORMAP |
Definition at line 1642 of file gprof2dot.py.
tuple gprof2dot.MODULE |
Definition at line 119 of file gprof2dot.py.
tuple gprof2dot.PINK_COLORMAP |
Definition at line 1637 of file gprof2dot.py.
tuple gprof2dot.PROCESS |
Definition at line 120 of file gprof2dot.py.
tuple gprof2dot.PRUNE_RATIO |
Definition at line 133 of file gprof2dot.py.
tuple gprof2dot.SAMPLES |
Definition at line 123 of file gprof2dot.py.
tuple gprof2dot.SAMPLES2 |
Definition at line 124 of file gprof2dot.py.
Definition at line 1631 of file gprof2dot.py.
tuple gprof2dot.TIME |
Definition at line 126 of file gprof2dot.py.
tuple gprof2dot.TIME_RATIO |
Definition at line 127 of file gprof2dot.py.
int gprof2dot.tol |
Definition at line 59 of file gprof2dot.py.
tuple gprof2dot.TOTAL_TIME |
Definition at line 128 of file gprof2dot.py.
Definition at line 129 of file gprof2dot.py.