gem5 v24.0.0.0
|
#include "base/stats/hdf5.hh"
#include "base/logging.hh"
#include "base/stats/info.hh"
#include "base/trace.hh"
#include "debug/Stats.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::statistics |
Functions | |
template<typename T > | |
bool | gem5::emptyStrings (const T &labels) |
Check if all strings in a container are empty. | |
std::unique_ptr< Output > | gem5::statistics::initHDF5 (const std::string &filename, unsigned chunking, bool desc, bool formulas) |