experimental_experiment.torch_bench._bash_bench_benchmark_runner_agg_helper¶
- experimental_experiment.torch_bench._bash_bench_benchmark_runner_agg_helper.build_historical_report(output: str, input_files: List[str], verbose: int = 0, filter_in: Any | None = None, filter_out: Any | None = None)[source]¶
Builds historical graph using the aggregated data (export_simple options).
- Parameters:
output – output, an excel file
input_files – input_files
verbose – verbosity
filter_in – filter in some data to make the report smaller (see below)
filter_out – filter out some data to make the report smaller (see below)
Argument filter_in or filter_out follows the syntax
<column1>:<fmt1>/<column2>:<fmt2>
.The format is the following:
a value or a set of values separated by
;