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

List of all members.

Public Member Functions

def __init__
def parse
def parse_headers
def parse_table_header
def parse_table_field
def parse_results
def parse_data
def parse_row
def parse_field
def parse_children
def build_profile
def build_function
def build_call
def build_id
def build_name

Public Attributes

 tables

Detailed Description

Definition at line 1313 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.AQtimeParser.__init__ (   self,
  stream 
)

Reimplemented from gprof2dot.XmlParser.

Definition at line 1315 of file gprof2dot.py.


Member Function Documentation

def gprof2dot.AQtimeParser.build_call (   self,
  fields 
)

Definition at line 1437 of file gprof2dot.py.

References gprof2dot.AQtimeParser.build_id().

Referenced by gprof2dot.AQtimeParser.build_profile().

def gprof2dot.AQtimeParser.build_function (   self,
  fields 
)
def gprof2dot.AQtimeParser.build_id (   self,
  fields 
)
def gprof2dot.AQtimeParser.build_name (   self,
  fields 
)

Definition at line 1448 of file gprof2dot.py.

Referenced by gprof2dot.AQtimeParser.build_function().

def gprof2dot.AQtimeParser.build_profile (   self,
  results 
)
def gprof2dot.AQtimeParser.parse_field (   self,
  field_types 
)
def gprof2dot.AQtimeParser.parse_row (   self,
  field_types 
)

Member Data Documentation


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