casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
gprof2dot.Function Class Reference
Inheritance diagram for gprof2dot.Function:
gprof2dot.Object

List of all members.

Public Member Functions

def __init__
def add_call
def __repr__

Public Attributes

 id
 name
 calls
 cycle

Detailed Description

A function.

Definition at line 179 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.Function.__init__ (   self,
  id,
  name 
)

Definition at line 182 of file gprof2dot.py.


Member Function Documentation

Definition at line 196 of file gprof2dot.py.

References gprof2dot.Event.name, and gprof2dot.Function.name.

def gprof2dot.Function.add_call (   self,
  call 
)

Definition at line 189 of file gprof2dot.py.

References gprof2dot.Function.calls, and gprof2dot.Function.id.


Member Data Documentation

Definition at line 186 of file gprof2dot.py.

Referenced by gprof2dot.Function.add_call().

Definition at line 187 of file gprof2dot.py.

Definition at line 185 of file gprof2dot.py.

Referenced by gprof2dot.Function.__repr__().


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