You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Emil Ernerfeldt 8ce0e1c520
Avoid deadlocks by using lambdas for context lock (#2625)
2 years ago
..
src Avoid deadlocks by using lambdas for context lock (#2625) 2 years ago
Cargo.toml Automatically generate screenshots for all examples (#2379) 2 years ago
README.md Automatically generate screenshots for all examples (#2379) 2 years ago
screenshot.png Automatically generate screenshots for all examples (#2379) 2 years ago

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