Skip to content

Commit 44ef0ac

Browse files
committed
Added power_limit_throttling_status and thermal_throttling_status to mapped phase_stats for MEAN
1 parent 2235c56 commit 44ef0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/phase_stats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ def build_and_store_phase_stats(run_id, sci=None):
188188
'energy_impact_powermetrics_vm',
189189
'disk_used_statvfs_system',
190190
'cpu_frequency_sysfs_core',
191+
'power_limit_throttling_status',
192+
'thermal_throttling_status',
191193
):
192194
csv_buffer.write(generate_csv_line(run_id, metric, detail_name, f"{idx:03}_{phase['name']}", avg_value, 'MEAN', max_value, min_value, sampling_rate_avg, sampling_rate_max, sampling_rate_95p, unit))
193195

0 commit comments

Comments
 (0)