bundle.perf_report.report ========================= .. py:module:: bundle.perf_report.report Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/bundle/perf_report/report/base/index /autoapi/bundle/perf_report/report/cprofile/index /autoapi/bundle/perf_report/report/tracy/index Functions --------- .. autoapisummary:: bundle.perf_report.report.generate_cprofile_report bundle.perf_report.report.generate_tracy_report Package Contents ---------------- .. py:function:: generate_cprofile_report(input_path: pathlib.Path, output_path: pathlib.Path, h5_path: pathlib.Path | None) :async: Generate a performance report from .prof files. .. py:function:: generate_tracy_report(input_path: pathlib.Path, output_path: pathlib.Path, h5_path: pathlib.Path | None) :async: Generate a performance report from Tracy CSV files.