CMS 3D CMS Logo

profilereader::Path Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 count
 functionIds


Detailed Description

Definition at line 37 of file profilereader.py.


Member Function Documentation

def profilereader::Path::__init__ (   self,
  attrList 
)

Definition at line 38 of file profilereader.py.

00038                                :
00039         self.count = int(attrList[0])
00040         self.functionIds = [int(x) for x in attrList[1:] if x != '\n']
00041 
class ProfileData(object):


Member Data Documentation

profilereader::Path::count

Definition at line 39 of file profilereader.py.

profilereader::Path::functionIds

Definition at line 40 of file profilereader.py.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:50:38 2009 for CMSSW by  doxygen 1.5.4