Searched refs:Hdf5 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/stats/
H A Dhdf5.cc61 Hdf5::Hdf5(const std::string &file, unsigned chunking, function in class:Stats::Hdf5
73 Hdf5::~Hdf5()
79 Hdf5::begin()
88 Hdf5::end()
96 Hdf5::valid() const
103 Hdf5::beginGroup(const char *name)
122 Hdf5::endGroup()
129 Hdf5
[all...]
H A Dhdf5.hh56 class Hdf5 : public Output class in namespace:Stats
59 Hdf5(const std::string &file, unsigned chunking, bool desc, bool formulas);
61 ~Hdf5();
63 Hdf5() = delete;
64 Hdf5(const Hdf5 &other) = delete;

Completed in 4 milliseconds