mod context_json;
mod context_markdown;
mod graph;
mod profiles;
mod table;
mod timing;
mod write;
pub use context_json::render_context_json;
pub use context_markdown::render_context_markdown;
pub use graph::render_graph;
pub use profiles::print_available_profiles;
pub use table::{print_report, render_report_table};
pub use write::emit_rendered_output;