Show HN: Await-Tree – Visualize Async Rust Task Execution in Real-Time

Sheldon_fun | 25 points

For someone looking for the visualization, here it is.

    // foo [1.006s]
    //   bar [1.006s]
    //     baz in bar [1.006s]
    //       working in baz 3 [1.006s]
    //   baz [1.006s]
    //     working in baz 2 [1.006s]
    println!("{tree}");
Would it be possible to render the tree using a flamegraph?
sitkack | a day ago