source: doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.py

stuck-waitfor-destruct
Last change on this file was 8eb85de, checked in by Michael Brooks <mlbrooks@…>, 6 days ago

Add data for Intel host 'java', alongside incumbent AMD host 'swift'.

Revise analysis--presentation to show both side by side. Remove presentation of CFA Attribution, which is now seen to be chasing a red herring.

Data continue to be from harness of commit 78bc398830.

  • Property mode set to 100644
File size: 287 bytes
Line 
1import pandas as pd
2import numpy as np
3import os
4import sys
5
6sys.path.insert(0, os.path.dirname(__file__))
7from ListCommon import *
8
9printSingleDetail(
10 infileLocal='results-java-zoomout-shuf.csv',
11 tgtMovement = 'stack',
12 tgtPolarity = 'insfirst',
13 tgtAccessor = 'allhead')
Note: See TracBrowser for help on using the repository browser.