Created
June 14, 2024 18:34
-
-
Save LukeWinikates/08df71bdb1624fba18dc8eb76245fb2b to your computer and use it in GitHub Desktop.
An alternative trace visualization (not a flamegraph)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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