9 lines
211 B
Markdown
9 lines
211 B
Markdown
Example how to use the [puffin profiler](https://github.com/EmbarkStudios/puffin) with an `eframe` app.
|
|
|
|
|
|
```sh
|
|
cargo run -p puffin_profiler &
|
|
|
|
cargo install puffin_viewer
|
|
puffin_viewer --url 127.0.0.1:8585
|
|
```
|