![]() |
![]() |
Public Member Functions | |
def | __init__ |
def | addCallee |
def | addCaller |
def | normalize |
Public Attributes | |
address | |
calleeList | |
callerList | |
countOfFunctPlusChild | |
countOfFunctPlusChildWithRecursion | |
fractionInFunctionOnly | |
fractionInPath | |
leafCount | |
name | |
Private Attributes | |
__calleeTemp | |
__callerTemp | |
Holds the profiling information about one function
Definition at line 5 of file profilereader.py.
def profilereader.FunctionInfo.__init__ | ( | self, | |
attrList | |||
) |
Definition at line 8 of file profilereader.py.
def profilereader.FunctionInfo.addCallee | ( | self, | |
callee, | |||
weight | |||
) |
Definition at line 21 of file profilereader.py.
def profilereader.FunctionInfo.addCaller | ( | self, | |
caller, | |||
weight | |||
) |
Definition at line 18 of file profilereader.py.
def profilereader.FunctionInfo.normalize | ( | self | ) |
Definition at line 23 of file profilereader.py.
|
private |
Definition at line 17 of file profilereader.py.
|
private |
Definition at line 16 of file profilereader.py.
profilereader.FunctionInfo.address |
Definition at line 9 of file profilereader.py.
profilereader.FunctionInfo.calleeList |
Definition at line 25 of file profilereader.py.
profilereader.FunctionInfo.callerList |
Definition at line 24 of file profilereader.py.
profilereader.FunctionInfo.countOfFunctPlusChild |
Definition at line 13 of file profilereader.py.
profilereader.FunctionInfo.countOfFunctPlusChildWithRecursion |
Definition at line 12 of file profilereader.py.
profilereader.FunctionInfo.fractionInFunctionOnly |
Definition at line 14 of file profilereader.py.
profilereader.FunctionInfo.fractionInPath |
Definition at line 15 of file profilereader.py.
profilereader.FunctionInfo.leafCount |
Definition at line 11 of file profilereader.py.
profilereader.FunctionInfo.name |
Definition at line 10 of file profilereader.py.
Referenced by dirstructure.Directory.__create_pie_image(), dqm_interfaces.DirID.__eq__(), dirstructure.Directory.__get_full_path(), dirstructure.Comparison.__get_img_name(), dataset.Dataset.__getDataType(), dataset.Dataset.__getFileInfoList(), dirstructure.Comparison.__make_image(), dirstructure.Directory.__repr__(), dqm_interfaces.DirID.__repr__(), dirstructure.Comparison.__repr__(), dirstructure.Directory.calcStats(), python.rootplot.utilities.Hist.divide(), python.rootplot.utilities.Hist.divide_wilson(), utils.StatisticalTest.get_status(), dirstructure.Directory.print_report(), python.rootplot.utilities.Hist.TGraph(), python.rootplot.utilities.Hist.TH1F(), and Vispa.Views.PropertyView.Property.valueChanged().