puffin_viewer

Crates.iopuffin_viewer
lib.rspuffin_viewer
version0.22.0
sourcesrc
created_at2021-06-14 15:01:13.280855
updated_at2024-07-31 16:23:43.446335
descriptionViewer GUI for puffin profiler data
homepagehttps://github.com/EmbarkStudios/puffin
repositoryhttps://github.com/EmbarkStudios/puffin
max_upload_size
id409934
size169,139
Emil Ernerfeldt (emilk)

documentation

README

puffin viewer

Embark Embark Crates.io

Use puffin_http to publish puffin events over TCP. Then connect to it with puffin_viewer:

cargo install puffin_viewer --locked
puffin_viewer --url 127.0.0.1:8585

On Linux

On Linux gtk3 sources are required for file dialogs. You may install them on Ubuntu using the following command:

sudo apt install libgtk-3-dev

The puffin icon is based on a photo by Richard Bartz.

Commit count: 303

cargo fmt