CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
prof2calltree.EdgeCount Class Reference

Public Member Functions

def __init__
 
def __str__
 
def addTicks
 

Detailed Description

Definition at line 66 of file prof2calltree.py.

Constructor & Destructor Documentation

def prof2calltree.EdgeCount.__init__ (   me)

Definition at line 67 of file prof2calltree.py.

67 
68  def __init__(me):
69  me.count = 0

Member Function Documentation

def prof2calltree.EdgeCount.__str__ (   me)

Definition at line 73 of file prof2calltree.py.

73 
74  def __str__(me):
75  return "%d"%me.count
def prof2calltree.EdgeCount.addTicks (   me,
  count 
)

Definition at line 70 of file prof2calltree.py.

70 
71  def addTicks(me,count):
72  me.count += count