Correlation.py and event_detail.py script
I have successfully generated data in the out file, but I encounter following error while using event_detail script: File "pandas/_libs/index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/index.pyx", line 101, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/hashtable_class_helper.pxi", line 1675, in pandas._libs.hashtable.PyObjectHashTable.get_item File "pandas/_libs/hashtable_class_helper.pxi", line 1683, in pandas._libs.hashtable.PyObjectHashTable.get_item KeyError: 'AVG.OFFCORE_RESPONSE.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/nivedita/Documents/Sem4/GITHUB/autoperf-master/analyze/profile/event_detail.py", line 68, in
Moreover, I encountered assertion error while running correlation.py script.
Is there something that I am missing out. Please let me know. Kindly, answer these queries as well:
- Can I analyze multiple codes using autoperf in separate command window. Will it affect my results?
- Will there be any affect of background process on the tool? What will be the effect, what can I do to avoid that?
Hi,
it looks like the event AVG.OFFCORE_RESPONSE.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD is not found in the CSV file. Can you past it maybe on gist.github.com?