source: doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.py@ 9e94c9f

Last change on this file since 9e94c9f was 4cf8832, checked in by Michael Brooks <mlbrooks@…>, 12 days ago

Anticipated last new content for list perf analysis

  • Property mode set to 100644
File size: 294 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 dsnames=['zoomout-noshuf'],
11 machines=['swift'],
12 tgtMovement = 'stack',
13 tgtPolarity = 'insfirst',
14 tgtAccessor = 'allhead')
Note: See TracBrowser for help on using the repository browser.