Go to the documentation of this file.
41 #if defined(__APPLE__)
42 #define _GLIBCPP_USE_C99 1
96 : mystream(false), stream(NULL), descriptions(false), spaces(false)
123 panic(
"stream already set!");
128 fatal(
"Unable to open output stream for writing\n");
135 panic(
"stream already set!");
138 stream =
new std::ofstream(file.c_str(), std::ios::trunc);
140 fatal(
"Unable to open statistics file for writing\n");
152 ccprintf(*
stream,
"\n---------- Begin Simulation Statistics ----------\n");
158 ccprintf(*
stream,
"\n---------- End Simulation Statistics ----------\n");
184 assert(!
path.empty());
203 std::stringstream
val;
205 if (!std::isnan(value)) {
207 val.precision(precision);
208 else if (value == rint(value))
211 val.unsetf(std::ios::showpoint);
212 val.setf(std::ios::fixed);
253 void operator()(std::ostream &stream,
bool oneLine =
false)
const;
273 std::stringstream pdfstr, cdfstr;
275 if (!std::isnan(
pdf))
278 if (!std::isnan(
cdf))
287 if (
spaces || pdfstr.rdbuf()->in_avail())
289 if (
spaces || cdfstr.rdbuf()->in_avail())
354 print.
pdf = _total ? 0.0 :
NAN;
355 print.
cdf = _total ? 0.0 :
NAN;
552 std::stringstream namestr;
559 namestr <<
"-" << high;
561 print.
name = namestr.str();
672 bool havesub =
false;
706 yvec[
j] = info.
cvec[iy +
j];
707 tot_vec[
j] += yvec[
j];
723 total_subname.push_back(
"total");
829 MCounter::const_iterator it;
831 std::stringstream namestr;
834 namestr <<(*it).first;
835 print.
name = namestr.str();
836 print.
value = (*it).second;
852 initText(
const std::string &filename,
bool desc,
bool spaces)
855 static bool connected =
false;
std::vector< std::string > subnames
Names and descriptions of subfields.
#define fatal(...)
This implements a cprintf based fatal() function.
virtual bool zero() const =0
Data structure of sparse histogram.
SparseHistPrint(const Text *text, const SparseHistInfo &info)
const std::string to_string(sc_enc enc)
void operator()(std::ostream &stream) const
bool valid() const override
std::vector< std::string > subdescs
VCounter cvec
Local storage for the entry values, used for printing.
std::vector< std::string > subnames
Names and descriptions of subfields.
std::vector< std::string > y_subnames
const FlagsType display
Print this stat.
std::string separatorString
const FlagsType cdf
Print the cumulative percentage of total upto this entry.
virtual Result result() const =0
void open(std::ostream &stream)
void init(const Text *text, const Info &info)
virtual size_type size() const =0
OutputStream * findOrCreate(const std::string &name, bool binary=false)
void operator()(std::ostream &stream) const
void visit(const ScalarInfo &info) override
const Units::Base * unit
The unit of the stat.
DistPrint(const Text *text, const DistInfo &info)
const FlagsType oneline
Print all values on a single line.
void update(Result val, Result total)
static std::string separatorString
The separator string used for vectors, dist, etc.
std::ostream * stream() const
Get the output underlying output stream.
std::string separatorString
virtual Result total() const =0
const SparseHistData & data
virtual Result total() const =0
virtual const VResult & result() const =0
void init(const Text *text, const Info &info)
std::vector< std::string > subdescs
std::list< Info * > & statsList()
void operator()(std::ostream &stream, bool oneLine=false) const
std::vector< std::string > subdescs
bool isSet(Type mask) const
Verifies whether any bit matching the given mask is set.
void operator()(std::ostream &stream) const
virtual size_type size() const =0
const std::string & name()
std::string statName(const std::string &name) const
const FlagsType nozero
Don't print if this is zero.
double Result
All results are doubles.
double Counter
All counters are of 64-bit values.
std::vector< std::string > subnames
Names and descriptions of subfields.
std::string ValueToString(Result value, int precision)
void beginGroup(const char *name) override
const FlagsType pdf
Print the percent of the total that this entry represents.
Flags flags
The formatting flags.
std::vector< Result > VResult
vector of results.
std::string name
The name of the stat.
virtual std::string getUnitString() const =0
void ccprintf(cp::Print &print)
const Info * prereq
A pointer to a prerequisite Stat.
int precision
The display precision.
std::string desc
The description of the stat.
Output * initText(const std::string &filename, bool desc, bool spaces)
std::vector< std::string > subnames
#define NAN
Define Not a number.
const FlagsType total
Print the total.
bool noOutput(const Info &info)
std::stack< std::string > path
std::string csprintf(const char *format, const Args &...args)
const FlagsType nonan
Don't print if this is NAN.
#define panic(...)
This implements a cprintf based panic() function.
std::string separatorString
Generated on Tue Mar 23 2021 19:41:24 for gem5 by doxygen 1.8.17