egui/examples/puffin_profiler
2022-11-07 12:37:37 +01:00
..
src Add opt-in support for the 'puffin' profiler in eframe (#1483) 2022-04-13 11:06:13 +02:00
Cargo.toml Update op puffin 0.14.0 (#2257) 2022-11-07 12:37:37 +01:00
README.md Add opt-in support for the 'puffin' profiler in eframe (#1483) 2022-04-13 11:06:13 +02:00

Example how to use the puffin profiler with an eframe app.

cargo run -p puffin_profiler &

cargo install puffin_viewer
puffin_viewer --url 127.0.0.1:8585