casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
gprof2dot.PstatsParser Class Reference

List of all members.

Public Member Functions

def __init__
def get_function_name
def get_function
def parse

Public Attributes

 stats
 profile
 function_ids

Detailed Description

Parser python profiling statistics saved with te pstats module.

Definition at line 1453 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.PstatsParser.__init__ (   self,
  filename 
)

Definition at line 1456 of file gprof2dot.py.


Member Function Documentation

def gprof2dot.PstatsParser.get_function (   self,
  key 
)
def gprof2dot.PstatsParser.get_function_name (   self,
  filename,
  line,
  name 
)

Definition at line 1462 of file gprof2dot.py.

Referenced by gprof2dot.PstatsParser.get_function().


Member Data Documentation

Definition at line 1460 of file gprof2dot.py.

Referenced by gprof2dot.PstatsParser.get_function().

Definition at line 1459 of file gprof2dot.py.

Referenced by gprof2dot.PstatsParser.parse(), and gprof2dot.Main.write_graph().


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