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/rendermethods on the report types live inannotate.rsandtext.rshere. - symbol
- Mach-O + DWARF symbolication for instruction-level drilldowns.
- trace
- High-level facade over a
.tracebundle. - xctrace
- Subprocess wrapper around the
xctraceCLI. - xml
- Streaming parser for
xctrace export --xpathXML results.