Expand description
Nested message and enum types in ProcessSnapshot
.
Modules§
- memory_
node - Nested message and enum types in
MemoryNode
.
Structs§
- Memory
Edge - A directed edge that connects any 2 nodes in the graph above. These are in addition to the inherent edges added due to the tree structure of the node’s absolute names. Node with id |source_id| owns the node with id |target_id|, and has the effect of attributing the memory usage of target to source. |importance| is optional and relevant only for the cases of co-ownership, where it acts as a z-index: the owner with the highest importance will be attributed target’s memory.
- Memory
Node - A single node in the memory graph.