mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Add opt-in support for the 'puffin' profiler in eframe (#1483)
This commit is contained in:
9
examples/puffin_profiler/README.md
Normal file
9
examples/puffin_profiler/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user