Skip to content

Commit

Permalink
Update energy profile saving and analysis paths
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-singh-rajput committed Dec 11, 2023
1 parent b7118cb commit beba219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ The patched source files are written to `projects/` with `_patched` suffix.

This executes the patched project scripts and collects energy profiling data using codegreen's `start-energy-measurement` command.

The energy profiles are saved as JSON to `dataset/project_name/script_name/experiment-n.json`; this script also get the execution logs of the scripts and execution status metadata, for debugging and further analysis. These json files can be used to perform further analysis of the energy profiles.
The energy profiles are saved as JSON to `dataset/project_name/script_name/experiment-n.json`; this script also get the execution logs of the scripts and execution status metadata, for debugging and further analysis. The combined JSON files are at `analysis/cumulative_data`. These json files can be used to perform further analysis of the energy profiles.

#### 05_data_analysis.py

This analyzes the raw energy profiles to generate aggregated statistics and visualizations.

The analysis report and visualization are output to `Dataset/analysis/`.
The analysis report and visualization are output to `Dataset/analysis/method-level/combined`.

Additional analysis and visualization scripts are available in `codegreen.fecom.experiment` package, that can be for instance used as:

Expand Down
Loading

0 comments on commit beba219

Please sign in to comment.