Home | History | Annotate | Download | only in utils

Lines Matching refs:total

103         self.total = []
131 self.total.append(run.total_nrg)
139 'Total' : Stats(self.total).get()
170 self.total = 0.0
181 self.total = self.little + self.big
183 self._log.debug('Energy LITTLE [%s], big [%s], Total [%s]',
184 self.little, self.big, self.total)
245 self.total_nrg = self.nrg.total
396 self.prf['edp1'] = nrg.total * math.pow(self.prf['run_sum'], 1)
398 self.prf['edp2'] = nrg.total * math.pow(self.prf['run_sum'], 2)
400 self.prf['edp3'] = nrg.total * math.pow(self.prf['run_sum'], 3)
486 self.edp1 = self.nrg.total * math.pow(self.ctime_avg, 1)
487 self.edp2 = self.nrg.total * math.pow(self.ctime_avg, 2)
488 self.edp3 = self.nrg.total * math.pow(self.ctime_avg, 3)