egui/examples/puffin_profiler
Emil Ernerfeldt b522200804 Update example screenshots 2024-02-05 13:01:10 +01:00
..
src Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00
Cargo.toml Put all egui crates as workspace crates (#3976) 2024-02-05 12:59:49 +01:00
README.md Automatically generate screenshots for all examples (#2379) 2022-12-04 17:27:40 +01:00
screenshot.png Update example screenshots 2024-02-05 13:01:10 +01:00

README.md

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