You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you now run `edr`, it will generate a `tracing.folded` file in the current working directory.
8
+
Once the profiling run has completed, we can use [`inferno`](https://docs.rs/tracing-flame/latest/tracing_flame/#generating-the-image) to generate flamegraphs from the collected data.
9
+
To install `inferno`, run:
10
+
11
+
```bash
12
+
cargo install inferno
13
+
```
14
+
15
+
When we want to analyze the run with its exact order preserved, run:
0 commit comments