tracing_perfetto_sdk_schema::memory_tracker_snapshot

Module process_snapshot

Source
Expand description

Nested message and enum types in ProcessSnapshot.

Modules§

  • Nested message and enum types in MemoryNode.

Structs§

  • 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.
  • A single node in the memory graph.