Breakend / experiment-impact-tracker

MIT License
266 stars 31 forks source link

Intel process infos indexing fix #59

Closed nikhil153 closed 3 years ago

nikhil153 commented 3 years ago

I believe the issues #58 #56 are resulting from index mismatches between process ids and the infos lists. This is likely to happen when zombie process are detected. Furthermore, if the indices for infos1 and infos2 are not in synch, you may also see issue #38.

I have fixed the issue in the get_powercap_power() and get_rapl_power() functions.

Breakend commented 3 years ago

A great, thanks so much!