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 | |
_queued | |
_streams | |
Definition at line 862 of file edmTracerCompactLogViewer.py.
def edmTracerCompactLogViewer.Containers.__init__ | ( | self | ) |
Definition at line 863 of file edmTracerCompactLogViewer.py.
|
private |
Definition at line 870 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.ModuleCentricContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers._extendModulesIfNeeded(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers._extendModulesIfNeeded(), edmTracerCompactLogViewer.Containers._findOpenSlot(), edmModuleAllocMonitorAnalyze.VisualizationContainers._findOpenSlot(), edmTracerCompactLogViewer.Containers.indexedGlobal(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedGlobal(), edmTracerCompactLogViewer.Containers.indexedStream(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedStream(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedStream(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedStream().
|
private |
Definition at line 903 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.Containers.findLastInModGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModGlobals(), edmTracerCompactLogViewer.Containers.findLastInModStreams(), edmTracerCompactLogViewer.ModuleCentricContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findLastInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findLastInModStreams().
|
private |
Definition at line 883 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded().
Referenced by edmTracerCompactLogViewer.Containers.findOpenSlotInModGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModGlobals(), edmTracerCompactLogViewer.Containers.findOpenSlotInModStreams(), edmTracerCompactLogViewer.ModuleCentricContainers.findOpenSlotInModStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.findOpenSlotInModStreams(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.findOpenSlotInModStreams().
def edmTracerCompactLogViewer.Containers.allGlobals | ( | self | ) |
Definition at line 873 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._globals.
def edmTracerCompactLogViewer.Containers.allStreams | ( | self | ) |
Definition at line 878 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._streams.
def edmTracerCompactLogViewer.Containers.findLastInModGlobals | ( | self, | |
index, | |||
modID, | |||
comparer | |||
) |
Definition at line 910 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._findLastIn(), and edmTracerCompactLogViewer.Containers._modGlobals.
def edmTracerCompactLogViewer.Containers.findLastInModStreams | ( | self, | |
index, | |||
modID, | |||
comparer | |||
) |
Definition at line 912 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._findLastIn(), and edmTracerCompactLogViewer.Containers._modStreams.
def edmTracerCompactLogViewer.Containers.findOpenSlotInModGlobals | ( | self, | |
index, | |||
modID | |||
) |
Definition at line 899 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._findOpenSlot(), and edmTracerCompactLogViewer.Containers._modGlobals.
def edmTracerCompactLogViewer.Containers.findOpenSlotInModStreams | ( | self, | |
index, | |||
modID | |||
) |
Definition at line 901 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._findOpenSlot(), and edmTracerCompactLogViewer.Containers._modStreams.
def edmTracerCompactLogViewer.Containers.indexedGlobal | ( | self, | |
index | |||
) |
Definition at line 875 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), and edmTracerCompactLogViewer.Containers._globals.
def edmTracerCompactLogViewer.Containers.indexedStream | ( | self, | |
index | |||
) |
Definition at line 880 of file edmTracerCompactLogViewer.py.
References edmTracerCompactLogViewer.Containers._extendIfNeeded(), and edmTracerCompactLogViewer.Containers._streams.
|
private |
Definition at line 866 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.Containers.allGlobals(), edmTracerCompactLogViewer.ModuleCentricContainers.allGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.allGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.allGlobals(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.allGlobals(), edmTracerCompactLogViewer.Containers.indexedGlobal(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedGlobal(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedGlobal(), and edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedGlobal().
|
private |
Definition at line 864 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.Containers.findLastInModGlobals(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModGlobals(), edmTracerCompactLogViewer.Containers.findOpenSlotInModGlobals(), and edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModGlobals().
|
private |
Definition at line 865 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.Containers.findLastInModStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.findLastInModStreams(), edmTracerCompactLogViewer.Containers.findOpenSlotInModStreams(), and edmModuleAllocMonitorAnalyze.VisualizationContainers.findOpenSlotInModStreams().
|
private |
Definition at line 869 of file edmTracerCompactLogViewer.py.
|
private |
Definition at line 868 of file edmTracerCompactLogViewer.py.
|
private |
Definition at line 867 of file edmTracerCompactLogViewer.py.
Referenced by edmTracerCompactLogViewer.Containers.allStreams(), edmTracerCompactLogViewer.ModuleCentricContainers.allStreams(), edmModuleAllocMonitorAnalyze.VisualizationContainers.allStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.allStreams(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.allStreams(), edmTracerCompactLogViewer.Containers.indexedStream(), edmTracerCompactLogViewer.ModuleCentricContainers.indexedStream(), edmModuleAllocMonitorAnalyze.VisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricVisualizationContainers.indexedStream(), edmModuleAllocMonitorAnalyze.ModuleCentricContainers.indexedStream(), edmModuleAllocMonitorAnalyze.SyncValues.setStream(), and edmModuleAllocMonitorAnalyze.SyncValues.streamFor().