def genPlots(self): ''' Generate plots for IOPS. ''' import plots.genPlots as pgp pgp.stdyStConvPlt(self, "IOPS") pgp.stdyStVerPlt(self, "IOPS") pgp.mes2DPlt(self, "IOPS") pgp.mes3DPlt(self, "IOPS")
def genPlots(self): ''' Generate plots for IOPS. ''' import plots.genPlots as pgp pgp.stdyStConvPlt(self,"IOPS") pgp.stdyStVerPlt(self,"IOPS") pgp.mes2DPlt(self,"IOPS") pgp.mes3DPlt(self,"IOPS")
def genPlots(self): ''' Generate plots for latency. ''' import plots.genPlots as pgp pgp.stdyStConvPlt(self, "LAT") pgp.stdyStVerPlt(self, "LAT") pgp.mes2DPlt(self, "avg-LAT") pgp.mes2DPlt(self, "max-LAT") pgp.latMes3DPlt(self)
def genPlots(self): ''' Generate plots for latency. ''' import plots.genPlots as pgp pgp.stdyStConvPlt(self,"LAT") pgp.stdyStVerPlt(self,"LAT") pgp.mes2DPlt(self,"avg-LAT") pgp.mes2DPlt(self,"max-LAT") pgp.latMes3DPlt(self)