zip_log_files

Author: Leonardo de Sousa Marques Affiliation: Embedded Computing Lab (ECL), Federal University of Santa Catarina (UFSC)

Description:

This module creates a ZIP file containing all execution logs for the codecs listed in “codecs-to-run”. This simplifies sharing the results of experiments.

main()[source]

Create a ZIP file containing all execution logs for configured codecs.

Collects execution log files from the results directories of all codecs specified in the configuration and packages them into a single ZIP file in the common parent directory for easy distribution and archival.

Usage: python zip_log_files.py <configuration.json>

Returns:

None

Return type:

None