source: doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-i-swift.py

Last change on this file was bf73608, checked in by Michael Brooks <mlbrooks@…>, 7 days ago

revisions to ll perf intro and graph formatting

  • Property mode set to 100644
File size: 485 bytes
RevLine 
[16a843b]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(
[6767f27]10 machines=['swift'],
[16a843b]11 tgtMovement = 'stack',
12 tgtPolarity = 'insfirst',
13 tgtAccessor = 'allhead',
14
15
16 # tgtMovement = 'all',
17 # tgtPolarity = 'all',
18 # tgtAccessor = 'remelem',
19 # tgtInterleave = 0.5,
20
21
[6767f27]22 measureBase='OpDurRel',
[bf73608]23 marginalizeOn= list( set(explanations) - set(['NumNodes', 'SizeZone']) )
[16a843b]24)
Note: See TracBrowser for help on using the repository browser.