bundle.perf_report.report.tracy =============================== .. py:module:: bundle.perf_report.report.tracy .. autoapi-nested-parse:: Tracy-based performance report: zone statistics with min/max/std distribution. Functions --------- .. autoapisummary:: bundle.perf_report.report.tracy.format_label bundle.perf_report.report.tracy.func_key bundle.perf_report.report.tracy.build_func_map bundle.perf_report.report.tracy.generate_plot bundle.perf_report.report.tracy.build_section bundle.perf_report.report.tracy.generate_report Module Contents --------------- .. py:function:: format_label(rec: bundle.perf_report.extractor.ProfileRecord) -> str .. py:function:: func_key(rec: bundle.perf_report.extractor.ProfileRecord) -> str .. py:function:: build_func_map(profiles: list[bundle.perf_report.extractor.ProfileData]) -> dict[str, dict[str, bundle.perf_report.extractor.ProfileRecord]] .. py:function:: generate_plot(profile: bundle.perf_report.extractor.ProfileData, plot_dir: pathlib.Path, baseline_func_map: dict[str, bundle.perf_report.extractor.ProfileRecord] | None = None) -> pathlib.Path .. py:function:: build_section(profile: bundle.perf_report.extractor.ProfileData, plot_path: pathlib.Path, baseline_func_map: dict[str, bundle.perf_report.extractor.ProfileRecord] | None = None) -> bundle.latex.Section .. py:function:: generate_report(input_path: pathlib.Path, output_path: pathlib.Path, h5_path: pathlib.Path | None) :async: Generate a performance report from Tracy CSV files.