sparkles-parser

Crates.iosparkles-parser
lib.rssparkles-parser
version0.0.4
sourcesrc
created_at2024-09-28 18:19:33.536067
updated_at2024-09-28 20:01:22.532167
descriptionParser for sparkles tracing library
homepage
repositoryhttps://github.com/skibon02/sparkles
max_upload_size
id1390292
size620,740
Влад (skibon02)

documentation

README

Sparkles parser

Library for parsing sparkles byte stream.

After trace information is recorded to *.sprk file, you need to convert it to the perfetto format.

✧ Installation

cargo install sparkles-parser

Two binaries are included

✧ interactive

Used for default sparkles configuration. Opens director trace and begin parsing the latest saved file.

The result is saved with filename trace.perf

✧ single-file

A single command line argument is required: sparkles trace filename.

The result is saved with filename trace.perf

✧ How to use

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.

Commit count: 61

cargo fmt