Transaction-Level Modeling Framework for Space Applications
Variables | |
SAMPLE = True | |
tuple | mypainter |
tuple | myaxis = graph.axis.bar(painter=mypainter) |
list | chosen_style = [graph.style.errorbar(), graph.style.bar([color.rgb.green])] |
tuple | fileHandle = open(sys.argv[1], 'r') |
tuple | fileCsvReader = csv.reader(fileHandle, delimiter = ';') |
list | graphPointsTemp = [] |
list | graphPoints = [] |
tuple | reduceFactor = old_div(20.0,len(graphPointsTemp)) |
tuple | curTargetIndex = int(i*reduceFactor) |
tuple | 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)]))) |
list speedGraph.chosen_style = [graph.style.errorbar(), graph.style.bar([color.rgb.green])] |
tuple speedGraph.curTargetIndex = int(i*reduceFactor) |
tuple speedGraph.fileCsvReader = csv.reader(fileHandle, delimiter = ';') |
tuple speedGraph.fileHandle = open(sys.argv[1], 'r') |
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)]))) |
list speedGraph.graphPoints = [] |
list speedGraph.graphPointsTemp = [] |
tuple speedGraph.myaxis = graph.axis.bar(painter=mypainter) |
tuple speedGraph.mypainter |
float speedGraph.reduceFactor = old_div(20.0,len(graphPointsTemp)) |
speedGraph.SAMPLE = True |