//! Higher-level analyses built on `xml::RowReader`.
pub use AnnotateOptions;
pub use AnnotatedFunction;
pub use AnnotatedInstruction;
pub use Weight;
pub use annotate;
pub use CallgraphBuilder;
pub use CallgraphReport;
pub use FunctionStat;
pub use CounterReport;
pub use CountersBuilder;
pub use PerPcCounter;
pub use Hotspot;
pub use HotspotReport;
pub use HotspotsBuilder;
pub use SlideMode;
pub use PmiSample;
pub use Callstack;
pub use PcSample;