bundle.perf_report.report¶
Submodules¶
Functions¶
|
Generate a performance report from .prof files. |
|
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.