Searched refs:cdf (Results 1 - 6 of 6) sorted by relevance

/gem5/util/stats/
H A Dflags.py33 cdf = 0x00000040 variable
H A Ddisplay.py66 cdf = ''
69 if self.__dict__.has_key('cdf'):
70 cdf = Value(self.cdf, 2, True)
72 output = "%-40s %12s %8s %8s" % (self.name, value, pdf, cdf)
135 p.cdf = mycdf
147 if (p.__dict__.has_key('cdf')): del p.__dict__['cdf']
H A Dprint.py69 cdf = ''
72 if self.__dict__.has_key('cdf'):
73 cdf = Value(self.cdf, 2, True)
75 output = "%-40s %12s %8s %8s" % (self.name, value, pdf, cdf)
132 p.cdf = mycdf
144 if (p.__dict__.has_key('cdf')): del p.__dict__['cdf']
H A Ddb.py91 if int(row[11]): self.flags |= flags.cdf
/gem5/src/base/stats/
H A Dtext.cc236 Result cdf; member in struct:Stats::ScalarPrint
248 cdf += pdf;
264 if (!std::isnan(cdf))
265 ccprintf(cdfstr, "%.2f%%", cdf * 100.0);
305 if (flags.isSet(pdf | cdf)) {
320 print.cdf = _total ? 0.0 : NAN;
363 print.cdf = NAN;
429 print.cdf = NAN;
482 print.cdf = 0.0;
525 print.cdf
[all...]
H A Dinfo.hh55 const FlagsType cdf = 0x0040; member in namespace:Stats

Completed in 9 milliseconds