Show HN: Await-Tree – Visualize Async Rust Task Execution in Real-Time
(github.com)25 points by Sheldon_fun 2 days ago
25 points by Sheldon_fun 2 days ago
`await-tree` seems to be able to output to JSON. As long as all keys are unique, it should be straightforward to convert it into the Collapsed Stack Format most flame graph tools natively ingest.
As a reference: I wrote a Dhat-JSON to Flamegraph conversion tool a while ago for fun. Adapting this to instead convert from the await-tree JSON format probably shouldn't take long:
https://github.com/yoshuawuyts/dhat-to-flamegraph/blob/main/...
For someone looking for the visualization, here it is.
Would it be possible to render the tree using a flamegraph?