Metrics Module¶
-
metrics.
compute_cpu_time
(app_id, app_info, workers_dict, config, folder)[source]¶ -
Parameters: - app_id –
- app_info –
- workers_dict –
- config –
- folder –
Returns:
-
metrics.
save_deadline_errors
(folder, deadline_error, stage_errors)[source]¶ -
- Save the error of the application’s stages in the folder
- with some statistics (mean, stddev, median, max, min)
Parameters: - folder – the output folder
- deadline_error – the application’s deadline error
- stage_errors – the list of the stages errors
Returns: Nothing