egui/examples/puffin_profiler
2022-08-20 10:41:49 +02:00
..
src Add opt-in support for the 'puffin' profiler in eframe (#1483) 2022-04-13 11:06:13 +02:00
Cargo.toml Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02: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