32 releases (21 breaking)

0.22.0 Jul 31, 2024
0.21.0 Apr 6, 2024
0.20.0 Feb 14, 2024
0.18.0 Nov 24, 2023
0.3.1 Jul 5, 2021

#42 in #instrumentation

35 downloads per month

MIT/Apache

325KB
4.5K SLoC

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.


lib.rs:

Remote puffin viewer, connecting to a puffin_http::Server.

Dependencies

~14–53MB
~884K SLoC