report/generate_master_report.py [340:347]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    row_content.append(
        _col_component(
            "col-sm-6",
            _historical_graph(
                metric="wall",
                metric_label="Wall Time (s)",
                data=historical_wall_data,
                platform=platform,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



report/generate_report.py [604:611]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    row_content.append(
        _col_component(
            "col-sm-6",
            _historical_graph(
                metric="wall",
                metric_label="Wall Time (s)",
                data=historical_wall_data,
                platform=platform,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



