Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LukeWinikates/08df71bdb1624fba18dc8eb76245fb2b to your computer and use it in GitHub Desktop.
Save LukeWinikates/08df71bdb1624fba18dc8eb76245fb2b to your computer and use it in GitHub Desktop.
An alternative trace visualization (not a flamegraph)
Resembling a cutaway diagram of a physical machine, or resembling a circuit diagram for an electronic system.
shows the objects instantiated from the process entry point.
a function allocates objects/data structures and owns them; you can see the fields of the object and their types.
I'm curious if I can use OOTB tracing techniques from OTel or from eBPF-based tools to collect this information and apply it to increasingly sophisticated programs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment