Crates.io | puffin_viewer |
lib.rs | puffin_viewer |
version | 0.22.0 |
source | src |
created_at | 2021-06-14 15:01:13.280855 |
updated_at | 2024-07-31 16:23:43.446335 |
description | Viewer GUI for puffin profiler data |
homepage | https://github.com/EmbarkStudios/puffin |
repository | https://github.com/EmbarkStudios/puffin |
max_upload_size | |
id | 409934 |
size | 169,139 |
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 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.