Functions | |
def | funcprint |
Variables | |
tuple | calls = defaultdict(list) |
tuple | dirs = paths.match(fields[0]) |
tuple | f = open('log.txt') |
tuple | fields = line.split("\'") |
tuple | filename = dirs.group(1) |
tuple | gets = defaultdict(list) |
tuple | line = line.strip() |
list | lines = [] |
tuple | paths = re.compile(".*?\s*src/([A-Z].*?/[A-z].*?)(/.*?):(.*?):(.*?)") |
tuple | tab = re.compile("\s+") |
tuple | topfunc = re.compile("::produce$|::analyze$|::filter$") |
tuple | warning = re.compile("warning: function") |
def accesses.funcprint | ( | str, | |
nspaces | |||
) |
tuple accesses.calls = defaultdict(list) |
Definition at line 10 of file accesses.py.
tuple accesses.dirs = paths.match(fields[0]) |
Definition at line 30 of file accesses.py.
Referenced by AlignmentMonitorBase.directory(), SiStripTFile.findHistos(), spr.matrixECALIds(), spr.newECALIdEW(), spr.newECALIdNS(), StorageFactory.setTempDir(), and WatcherStreamFileReader.WatcherStreamFileReader().
tuple accesses.f = open('log.txt') |
Definition at line 12 of file accesses.py.
tuple accesses.fields = line.split("\'") |
Definition at line 19 of file accesses.py.
tuple accesses.filename = dirs.group(1) |
Definition at line 31 of file accesses.py.
tuple accesses.gets = defaultdict(list) |
Definition at line 9 of file accesses.py.
string accesses.line = line.strip() |
Definition at line 17 of file accesses.py.
list accesses.lines = [] |
Definition at line 13 of file accesses.py.
tuple accesses.paths = re.compile(".*?\s*src/([A-Z].*?/[A-z].*?)(/.*?):(.*?):(.*?)") |
Definition at line 6 of file accesses.py.
tuple accesses.tab = re.compile("\s+") |
Definition at line 4 of file accesses.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._collapseAll(), Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._expandAll(), Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._expandToDepth(), edm::exception_actions.actionName(), CaloDirectionOperations.add2d(), FWDialogBuilder.beginTab(), condbon.cdbon_read_rec(), condbon.cdbon_write(), OnDemandMeasurementTracker.dumpCluster(), npstat::StorableHistoNDFunctor< Numeric, Axis, Converter >.read(), npstat::StorableInterpolationFunctor< Numeric, Axis, Converter >.read(), and tabbing().
tuple accesses.topfunc = re.compile("::produce$|::analyze$|::filter$") |
Definition at line 5 of file accesses.py.
tuple accesses.warning = re.compile("warning: function") |
Definition at line 3 of file accesses.py.
Referenced by QTestConfigure.EnableCheckVarianceTest(), QTestConfigure.EnableComp2RefChi2Test(), QTestConfigure.EnableComp2RefEqualHTest(), QTestConfigure.EnableComp2RefKolmogorovTest(), QTestConfigure.EnableCompareLastFilledBinTest(), QTestConfigure.EnableContentsWithinExpectedTest(), QTestConfigure.EnableDeadChannelTest(), QTestConfigure.EnableMeanWithinExpectedTest(), QTestConfigure.EnableNoisyChannelTest(), QTestConfigure.EnableXRangeTest(), QTestConfigure.EnableYRangeTest(), GlobalHitsProdHist.endRunProduce(), SiPixelHistoPlotter.makePlot(), and DQMStore.removeElement().