Emissions Table

class fitbenchmarking.results_processing.emissions_table.EmissionsTable(results, best_results, options, group_dir, pp_locations, table_name)

The emissions (kg CO2eq) results are calculated from an average (over num_runs) using the codecarbon module. num_runs is set in FitBenchmarking Options.

Configuration for codecarbon is set in .codecarbon.config.

Please note that for tracking CPU power usage on Windows or Mac, Intel Power Gadget shoud also be installed. For more information, see the Methodology section of the codecarbon docs.