report/generate_master_report.py [347:357]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                platform=platform,
            )))

    row_content.append(
        _col_component(
            "col-sm-6",
            _historical_graph(
                metric="memory",
                metric_label="Memory (MB)",
                data=historical_mem_data,
                platform=platform,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



report/generate_report.py [621:631]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                platform=platform,
            )))

    row_content.append(
        _col_component(
            "col-sm-6",
            _historical_graph(
                metric="memory",
                metric_label="Memory (MB)",
                data=historical_mem_data,
                platform=platform,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



