gem5 v23.0.0.1
|
#include "base/stats/text.hh"
#include <cassert>
#include <cmath>
#include <fstream>
#include <iostream>
#include <limits>
#include <sstream>
#include <string>
#include "base/cast.hh"
#include "base/logging.hh"
#include "base/stats/info.hh"
#include "base/str.hh"
Go to the source code of this file.
Classes | |
struct | gem5::statistics::BasePrint |
struct | gem5::statistics::ScalarPrint |
struct | gem5::statistics::VectorPrint |
struct | gem5::statistics::DistPrint |
struct | gem5::statistics::SparseHistPrint |
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
namespace | gem5::statistics |
Functions | |
std::list< Info * > & | gem5::statistics::statsList () |
std::string | gem5::statistics::ValueToString (Result value, int precision) |
Output * | gem5::statistics::initText (const std::string &filename, bool desc, bool spaces) |