Skip to main content

Crate xct2cli

Crate xct2cli 

Source
Expand description

Library + CLI for transforming Xcode Instruments traces.

Re-exports§

pub use address::CoreId;
pub use address::FilePc;
pub use address::Pid;
pub use address::RuntimePc;
pub use address::SampleTime;
pub use address::Slide;
pub use error::Error;
pub use error::Result;
pub use trace::TraceBundle;

Modules§

address
Newtypes for addresses, slides, sample times, core ids, and pids.
analysis
Higher-level analyses built on xml::RowReader.
error
render
Output formatting helpers for human consumers. Inherent to_text / render methods on the report types live in annotate.rs and text.rs here.
symbol
Mach-O + DWARF symbolication for instruction-level drilldowns.
trace
High-level facade over a .trace bundle.
xctrace
Subprocess wrapper around the xctrace CLI.
xml
Streaming parser for xctrace export --xpath XML results.