Public Member Functions | |
def | __init__ (self) |
def | allGlobals (self) |
def | allStreams (self) |
def | findLastInModGlobals (self, index, modID, comparer) |
def | findLastInModStreams (self, index, modID, comparer) |
def | findOpenSlotInModGlobals (self, index, modID) |
def | findOpenSlotInModStreams (self, index, modID) |
def | indexedGlobal (self, index) |
def | indexedStream (self, index) |
Private Member Functions | |
def | _extendIfNeeded (self, container, index) |
def | _extendModulesIfNeeded (self, container, index) |
def | _findLastIn (self, index, fullContainer, comparer) |
def | _findOpenSlot (self, index, fullContainer) |
def | _moduleID2Index (self, modID) |
Private Attributes | |
_globals | |
_moduleIDOffset | |
_modules | |
_nextTrans | |
_queued | |
_streams | |
Definition at line 916 of file edmTracerCompactLogViewer.py.
def edmTracerCompactLogViewer.ModuleCentricContainers.__init__ | ( | self | ) |
Definition at line 917 of file edmTracerCompactLogViewer.py.
|
private |
Definition at line 926 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findOpenSlot(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedGlobal(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedStream(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedStream(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedStream().
|
private |
Definition at line 929 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._moduleID2Index(), and edmTracerCompactLogViewer.ModuleCentricContainers._moduleIDOffset.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers._findOpenSlot(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._findOpenSlot(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers._findOpenSlot().
|
private |
Definition at line 964 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.ModuleCentricContainers._moduleID2Index().
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModStreams().
|
private |
Definition at line 944 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.ModuleCentricContainers._extendModulesIfNeeded(), and edmTracerCompactLogViewer.ModuleCentricContainers._moduleID2Index().
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModStreams().
|
private |
Definition at line 924 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.ModuleCentricContainers._moduleIDOffset.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers._extendModulesIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._findLastIn(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._findLastIn(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers._findLastIn(), edmTracerCompactLogViewer.ModuleCentricContainers._findOpenSlot(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._findOpenSlot(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers._findOpenSlot().
def edmTracerCompactLogViewer.ModuleCentricContainers.allGlobals | ( | self | ) |
Definition at line 934 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._globals, and edmTracerCompactLogViewer.ModuleCentricContainers._globals.
def edmTracerCompactLogViewer.ModuleCentricContainers.allStreams | ( | self | ) |
Definition at line 939 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._streams, and edmTracerCompactLogViewer.ModuleCentricContainers._streams.
def edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModGlobals | ( | self, | |
index, | |||
modID, | |||
comparer | |||
) |
def edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModStreams | ( | self, | |
index, | |||
modID, | |||
comparer | |||
) |
def edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModGlobals | ( | self, | |
index, | |||
modID | |||
) |
Definition at line 960 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._findOpenSlot(), edmTracerCompactLogViewer.ModuleCentricContainers._findOpenSlot(), MassReplace.MassSearchParamVisitor._modules, and edmTracerCompactLogViewer.ModuleCentricContainers._modules.
def edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModStreams | ( | self, | |
index, | |||
modID | |||
) |
Definition at line 962 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._findOpenSlot(), edmTracerCompactLogViewer.ModuleCentricContainers._findOpenSlot(), MassReplace.MassSearchParamVisitor._modules, and edmTracerCompactLogViewer.ModuleCentricContainers._modules.
def edmTracerCompactLogViewer.ModuleCentricContainers.indexedGlobal | ( | self, | |
index | |||
) |
Definition at line 936 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._extendIfNeeded(), edmTracerCompactLogViewer.Containers._globals, and edmTracerCompactLogViewer.ModuleCentricContainers._globals.
def edmTracerCompactLogViewer.ModuleCentricContainers.indexedStream | ( | self, | |
index | |||
) |
Definition at line 941 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._extendIfNeeded(), edmTracerCompactLogViewer.Containers._streams, and edmTracerCompactLogViewer.ModuleCentricContainers._streams.
|
private |
Definition at line 919 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers.allGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.allGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.allGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.allGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedGlobal(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedGlobal().
|
private |
Definition at line 923 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers._extendModulesIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._moduleID2Index(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._moduleID2Index(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers._moduleID2Index().
|
private |
Definition at line 918 of file edmTracerCompactLogViewer.py.
Referenced by helpers.GatherAllModulesVisitor.enter(), edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModStreams(), edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModStreams().
|
private |
Definition at line 922 of file edmTracerCompactLogViewer.py.
|
private |
Definition at line 921 of file edmTracerCompactLogViewer.py.
|
private |
Definition at line 920 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers.allStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.allStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.allStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.allStreams(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedStream(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedStream(), edmModuleAllocMonitorAnalyze.SyncValues.setStream(), and edmModuleAllocMonitorAnalyze.SyncValues.streamFor().