Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Namespaces | Variables
speedGraph.py File Reference

Namespaces

 speedGraph
 

Variables

 speedGraph.SAMPLE = True
 
tuple speedGraph.mypainter
 
tuple speedGraph.myaxis = graph.axis.bar(painter=mypainter)
 
list speedGraph.chosen_style = [graph.style.errorbar(), graph.style.bar([color.rgb.green])]
 
tuple speedGraph.fileHandle = open(sys.argv[1], 'r')
 
tuple speedGraph.fileCsvReader = csv.reader(fileHandle, delimiter = ';')
 
list speedGraph.graphPointsTemp = []
 
list speedGraph.graphPoints = []
 
tuple speedGraph.reduceFactor = old_div(20.0,len(graphPointsTemp))
 
tuple speedGraph.curTargetIndex = int(i*reduceFactor)
 
tuple speedGraph.g_cat = graph.graphxy(width=8, x=myaxis, y=graph.axis.linear(min=0, title="Execution Speed [MIPS]",painter=graph.axis.painter.regular(gridattrs=[style.linestyle.dashed,style.linewidth.Thin,color.gray(0.5)])))