This class contains summary information about the memory usage of various structures in PDG. It can be queried from a pdg.GraphContext, pdg.Node or pdg.WorkItem and provides varying levels of information depending on where it was produced.
Methods ¶
attributeMemory
: int
Property
Memory usage of all the attributes and associated data structures on work item(s) in the node or graph.
graphMemory
: int
Property
Memory usage of internal structures in the PDG graph itself, if this object was queried from a pdg.GraphContext.
nodeMemory
: int
Property
Memory usage of internal structures in the PDG node, if this object was queried from a pdg.Npde.
totalMemory
: int
Property
Total memory usage.
workItemMemory
: int
Property
Memory usage of work items. This includes all internal data structures inside the work items, but excludes attribute data.