Crates.io | sparkles-parser |
lib.rs | sparkles-parser |
version | 0.0.4 |
source | src |
created_at | 2024-09-28 18:19:33.536067 |
updated_at | 2024-09-28 20:01:22.532167 |
description | Parser for sparkles tracing library |
homepage | |
repository | https://github.com/skibon02/sparkles |
max_upload_size | |
id | 1390292 |
size | 620,740 |
Library for parsing sparkles byte stream.
After trace information is recorded to *.sprk
file, you need to convert it to the perfetto format.
cargo install sparkles-parser
Two binaries are included
Used for default sparkles configuration. Opens director trace
and begin parsing the latest saved file.
The result is saved with filename trace.perf
A single command line argument is required: sparkles trace filename.
The result is saved with filename trace.perf
Run one of described binaries to convert *.sprk
sparkles event stream file to the Perfetto protobuf format.
Navigate to https://ui.perfetto.dev/ to open the generated file.