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 | _findLastIn (self, index, fullContainer, comparer) |
def | _findOpenSlot (self, index, fullContainer) |
Private Attributes | |
_globals | |
_modGlobals | |
_modStreams | |
_nextTrans | |
_streams | |
Definition at line 1004 of file edmModuleAllocMonitorAnalyze.py.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.__init__ | ( | self | ) |
Definition at line 1005 of file edmModuleAllocMonitorAnalyze.py.
|
private |
Definition at line 1011 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findOpenSlot(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedStream(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedStream().
|
private |
Definition at line 1044 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModStreams().
|
private |
Definition at line 1024 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._extendIfNeeded(), and edmModuleAllocMonitorAnalyze.VisualizationContainers._extendIfNeeded().
Referenced by edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModStreams().
def edmModuleAllocMonitorAnalyze.VisualizationContainers.allGlobals | ( | self | ) |
Definition at line 1014 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._globals, edmTracerCompactLogViewer.ModuleCentricContainers._globals, and edmModuleAllocMonitorAnalyze.VisualizationContainers._globals.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.allStreams | ( | self | ) |
def edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModGlobals | ( | self, | |
index, | |||
modID, | |||
comparer | |||
) |
Definition at line 1051 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._findLastIn(), edmTracerCompactLogViewer.ModuleCentricContainers._findLastIn(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findLastIn(), edmTracerCompactLogViewer.Containers._modGlobals, and edmModuleAllocMonitorAnalyze.VisualizationContainers._modGlobals.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModStreams | ( | self, | |
index, | |||
modID, | |||
comparer | |||
) |
Definition at line 1053 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._findLastIn(), edmTracerCompactLogViewer.ModuleCentricContainers._findLastIn(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findLastIn(), edmTracerCompactLogViewer.Containers._modStreams, and edmModuleAllocMonitorAnalyze.VisualizationContainers._modStreams.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModGlobals | ( | self, | |
index, | |||
modID | |||
) |
Definition at line 1040 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._findOpenSlot(), edmTracerCompactLogViewer.ModuleCentricContainers._findOpenSlot(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findOpenSlot(), edmTracerCompactLogViewer.Containers._modGlobals, and edmModuleAllocMonitorAnalyze.VisualizationContainers._modGlobals.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModStreams | ( | self, | |
index, | |||
modID | |||
) |
Definition at line 1042 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._findOpenSlot(), edmTracerCompactLogViewer.ModuleCentricContainers._findOpenSlot(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findOpenSlot(), edmTracerCompactLogViewer.Containers._modStreams, and edmModuleAllocMonitorAnalyze.VisualizationContainers._modStreams.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal | ( | self, | |
index | |||
) |
Definition at line 1016 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._extendIfNeeded(), edmModuleAllocMonitorAnalyze.VisualizationContainers._extendIfNeeded(), edmTracerCompactLogViewer.Containers._globals, edmTracerCompactLogViewer.ModuleCentricContainers._globals, and edmModuleAllocMonitorAnalyze.VisualizationContainers._globals.
def edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream | ( | self, | |
index | |||
) |
Definition at line 1021 of file edmModuleAllocMonitorAnalyze.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), edmTracerCompactLogViewer.ModuleCentricContainers._extendIfNeeded(), edmModuleAllocMonitorAnalyze.VisualizationContainers._extendIfNeeded(), edmModuleAllocMonitorAnalyze.SyncValues._streams, edmTracerCompactLogViewer.Containers._streams, edmTracerCompactLogViewer.ModuleCentricContainers._streams, and edmModuleAllocMonitorAnalyze.VisualizationContainers._streams.
|
private |
Definition at line 1008 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.VisualizationContainers.allGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.allGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.allGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedGlobal(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedGlobal().
|
private |
Definition at line 1006 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModGlobals(), and edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModGlobals().
|
private |
Definition at line 1007 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModStreams(), and edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModStreams().
|
private |
Definition at line 1010 of file edmModuleAllocMonitorAnalyze.py.
|
private |
Definition at line 1009 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.VisualizationContainers.allStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.allStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.allStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedStream(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedStream().