CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
callgraph Namespace Reference

Variables

tuple baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?")
 
tuple epfunc = re.compile("TGraph::(.*)\(.*\)")
 
tuple epfuncs = set()
 
tuple f = open('function-calls-db.txt')
 
tuple farg = re.compile("\(.*\)")
 
tuple fields = line.split("'")
 
tuple G = nx.DiGraph()
 
tuple path = nx.shortest_path(G,tfunc,epfunc)
 
tuple skipfunc = re.compile("TGraph::IsA\(.*\)")
 
tuple topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream)\(")
 
tuple toplevelfuncs = set()
 

Variable Documentation

tuple callgraph.baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?")

Definition at line 4 of file callgraph.py.

tuple callgraph.epfunc = re.compile("TGraph::(.*)\(.*\)")

Definition at line 7 of file callgraph.py.

tuple callgraph.epfuncs = set()

Definition at line 9 of file callgraph.py.

tuple callgraph.f = open('function-calls-db.txt')

Definition at line 14 of file callgraph.py.

tuple callgraph.farg = re.compile("\(.*\)")
tuple callgraph.fields = line.split("'")

Definition at line 17 of file callgraph.py.

tuple callgraph.G = nx.DiGraph()
tuple callgraph.path = nx.shortest_path(G,tfunc,epfunc)

Definition at line 38 of file callgraph.py.

tuple callgraph.skipfunc = re.compile("TGraph::IsA\(.*\)")

Definition at line 8 of file callgraph.py.

tuple callgraph.topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream)\(")

Definition at line 3 of file callgraph.py.

tuple callgraph.toplevelfuncs = set()

Definition at line 6 of file callgraph.py.