@ncompass/trace-diff
v0.1.5
Published
Rust-powered trace diffing for Chrome Trace JSON format.
Downloads
706
Readme
trace-diff-rs
Rust-powered trace diffing for Chrome Trace JSON format.
This package exposes a single Python module, trace_diff_rs, that wraps the
trace_diff Rust crate via PyO3. The primary entrypoint is:
from trace_diff_rs import diff_trace_files
stats = diff_trace_files("base.json.gz", "comp.json.gz", "output.diff.json")
print(stats)