Commit 0758c4d
authored
Update example Energibridge run_data population.
All the energy related columns of the energibridge output represent cumulative values that RAPL, for example, publishes.
Because of that, in order to save the total energy consumed by all parts of the system during the run we need to take the difference between the last and first values in each column.1 parent b10c9b9 commit 0758c4d
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments