bundle.perf_report.report

Submodules

Functions

generate_cprofile_report(input_path, output_path, h5_path)

Generate a performance report from .prof files.

generate_tracy_report(input_path, output_path, h5_path)

Generate a performance report from Tracy CSV files.

Package Contents

async bundle.perf_report.report.generate_cprofile_report(input_path: pathlib.Path, output_path: pathlib.Path, h5_path: pathlib.Path | None)

Generate a performance report from .prof files.

async bundle.perf_report.report.generate_tracy_report(input_path: pathlib.Path, output_path: pathlib.Path, h5_path: pathlib.Path | None)

Generate a performance report from Tracy CSV files.