Searched refs:descriptions (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/stats/
H A Dtext.cc100 : mystream(false), stream(NULL), descriptions(false)
105 : mystream(false), stream(NULL), descriptions(false)
111 : mystream(false), stream(NULL), descriptions(false)
233 bool descriptions; member in struct:Stats::ScalarPrint
274 if (descriptions) {
290 bool descriptions; member in struct:Stats::VectorPrint
317 print.descriptions = descriptions;
353 if (descriptions) {
377 bool descriptions; member in struct:Stats::DistPrint
708 bool descriptions; member in struct:Stats::SparseHistPrint
[all...]
H A Dtext.hh69 bool descriptions; member in class:Stats::Text
/gem5/util/stats/
H A Dprint.py30 descriptions = False variable
77 if descriptions and self.__dict__.has_key('desc') and self.desc:
H A Ddisplay.py74 if descriptions and self.__dict__.has_key('desc') and self.desc:

Completed in 7 milliseconds